Hi, On 7/2/20 8:15 AM, Thorsten Stork wrote: > another question to this: How/where will the endpoint of my REST service > configured, so prometheus will call ist it and get the values at the > actual time ?
That's the scrape configuration. https://prometheus.io/docs/prometheus/latest/configuration/configuration/#scrape_config The simplest form is the static service discovery: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#static_config The path defaults to /metrics, but can be changed (metrics_path). Kind regards, Christian -- 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/78c8f914-cf03-0395-2a40-f6d8b89ea350%40hoffmann-christian.info.

