Are Traces always pushed to a collector or can traces from an application be also pulled (scraped) like Prometheus Metrics? #4893
Replies: 1 comment
-
|
I don't think for traces we have pulling mechanism. For metrics they have implemented this because metric backends like Prometheus primarily support the pull based mechanism. I hope your doubt gets cleared with my comment. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As the question is posed, does OTLP exporter always implemented to push traces from an application to a collector or is there also an option that a collector can scrape OTLP traces from an endpoint exposed from the app (
/traces) similar to Prometheus metrics (/metrics)?Beta Was this translation helpful? Give feedback.
All reactions