On Wed, 6 May 2020 at 14:53, 'Albert Aleksandrov' via Prometheus Users < [email protected]> wrote:
> Hello everyone! > Could you say please whether it is possible to create a probe with two > requests? > For example the first probe makes POST-request with some data. With that > data at backend a job is being created. The request returns a job id. In > some time the second request checks if the job was finished. > No, the most the blackbox exporter can do is follow a redirect. If you want to test logic beyond basic HTTP you'll need to create your own exporter. -- Brian Brazil www.robustperception.io -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/CAHJKeLpKnG2wp_nBNWh9auGev6tVZy6%2B6c6a6BD4LW2UALJogw%40mail.gmail.com.

