You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey all, I'm doing some research on service discovery for scraping metrics (like the ones natively supported in Prometheus). I'm wondering if there's been any work in open-telemetry to define a standard discovery protocol for metric scrape targets (and associated labels)? The protocol defined in OTEPS looks interesting, but leaves out discovery.
More significant changes must be explicitly defined as new optional capabilities in future RFCs. Such capabilities SHOULD be discovered by client and server implementations after establishing the underlying transport. The exact discovery mechanism SHOULD be described in future RFCs which define the new capabilities and typically can be implemented by making a discovery request/response message exchange from the client to server. The mandatory capabilities defined by this specification are implied and do not require a discovery. The implementation which supports a new, optional capability MUST adjust its behavior to match the expectation of a peer that does not support a particular capability.
Have I just missed it somewhere?
Thanks!
The text was updated successfully, but these errors were encountered:
austince
changed the title
Discovery Specs
Metric Service Discovery Specs
Feb 21, 2021
As you'll see, this is a current topic. I'm trying to catch up with rumored parallel conversations in the OTel Logging group that is discussing how we log about resources, which feels related.
This seems like the wrong repo for this issue, but thanks for pointing me to those conversations! I'll be actively following if you all decide to adopt "service discovery" into your domain (🤞🏼).
Hey all, I'm doing some research on service discovery for scraping metrics (like the ones natively supported in Prometheus). I'm wondering if there's been any work in open-telemetry to define a standard discovery protocol for metric scrape targets (and associated labels)? The protocol defined in OTEPS looks interesting, but leaves out discovery.
Have I just missed it somewhere?
Thanks!
The text was updated successfully, but these errors were encountered: