-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENG-3333 : Apache druid integration for metrics #91
Conversation
Add a common resource attributes for all the druid specific metrics so that we can add a type for bifrost > resourcewrapper |
Added common resource attribute. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Description:
Metric receiver for Apache Druid. Druid emits metrics over HTTP if enabled. Proposed is an HTTP server that takes this emitted metrics, and translates it to OTEL format.
The
internal/metadata.yaml
doesn't serve the same purpose as in other receivers as we don't use it to make auto generated methods. This metadata has the info about the type of metric, its unit, and description. The piece of puzzle that is remaining is attributes.Currently we are sending the remaining fields in the json payload of the emitted metrics as attributes. Any ideas or suggestions regarding this are highly appreciated.
Link to tracking Issue:
ENG-3333