Hi all,
I want to run a series of REST calls to monitor an endpoint. The issue is 
that the final endpoint requires using a dynamic variable in the REST path 
that can change. 

Here's the scenario:
1. The first rest call would require using Json_Exporter to parse an 
integration_key field and save that variable. This can consist of multiple 
integration_key's
2. The 2nd REST call would be to use that integration key in the rest call: 
*GET https://application/api/1/${integration_key}/status*
Or in prometheus.yml, have something like this:



```
scrape_configs:
- job_name: json_exporter
...
   - targets: 
      - https://application/api/1/${integration_key}/status
```

Is something like this possible?

-- 
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 prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/5e111330-be6b-48a7-8634-421bf89c7fe6n%40googlegroups.com.

Reply via email to