Skip to content
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

Closed
wants to merge 10 commits into from

Conversation

naman47vyas
Copy link

@naman47vyas naman47vyas commented Aug 13, 2024

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

@naman47vyas naman47vyas marked this pull request as ready for review August 14, 2024 05:26
@bhogayatakb bhogayatakb changed the title Apache druid integration for metrics ENG-3333 : Apache druid integration for metrics Aug 20, 2024
@bhogayatakb
Copy link

Add a common resource attributes for all the druid specific metrics so that we can add a type for bifrost > resourcewrapper

@naman47vyas
Copy link
Author

@bhogayatakb

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.
{"receiver.name" : "apachedruid"}

Copy link

github-actions bot commented Sep 7, 2024

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Sep 7, 2024
Copy link

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions bot closed this Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants