-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add ability to create and send markers to the honeycomb marker exporter #27666
Comments
**Description:** This add logic to filter logs based on log conditions and sent desired logs as event markers to the honeycomb marker api. **Link to tracking Issue:** #27666 **Testing:** Unit testing for log exporter and config. Added component testing to `otelcontribcol`. **Documentation:** README describing component usage Screenshot of exported markers showing up in Honeycomb <img width="1225" alt="Screenshot 2023-11-14 at 1 27 49 PM" src="https://github.com/open-telemetry/opentelemetry-collector-contrib/assets/35741033/128d689a-cf1e-4959-9df3-6c88248a7fdb"> --------- Co-authored-by: Tyler Helmuth <[email protected]>
**Description:** Fixes an issue with an incorrect default url. Also fixes issue where dataset slug was required. **Link to tracking Issue:** <Issue number if applicable> Related to #27666 **Testing:** <Describe what testing was performed and which tests were added.> Added new tests and tested manually. **Documentation:** <Describe the documentation added.> Updated up README
**Description:** Update Honeycomb Marker Exporter to alpha status **Link to tracking Issue:** #27666 **Testing:** **Documentation:** --------- Co-authored-by: Tyler Helmuth <[email protected]>
**Description:** This add logic to filter logs based on log conditions and sent desired logs as event markers to the honeycomb marker api. **Link to tracking Issue:** open-telemetry#27666 **Testing:** Unit testing for log exporter and config. Added component testing to `otelcontribcol`. **Documentation:** README describing component usage Screenshot of exported markers showing up in Honeycomb <img width="1225" alt="Screenshot 2023-11-14 at 1 27 49 PM" src="https://github.com/open-telemetry/opentelemetry-collector-contrib/assets/35741033/128d689a-cf1e-4959-9df3-6c88248a7fdb"> --------- Co-authored-by: Tyler Helmuth <[email protected]>
…emetry#29309) **Description:** Fixes an issue with an incorrect default url. Also fixes issue where dataset slug was required. **Link to tracking Issue:** <Issue number if applicable> Related to open-telemetry#27666 **Testing:** <Describe what testing was performed and which tests were added.> Added new tests and tested manually. **Documentation:** <Describe the documentation added.> Updated up README
**Description:** Update Honeycomb Marker Exporter to alpha status **Link to tracking Issue:** open-telemetry#27666 **Testing:** **Documentation:** --------- Co-authored-by: Tyler Helmuth <[email protected]>
**Description:** Update Honeycomb Marker Exporter to alpha status **Link to tracking Issue:** open-telemetry#27666 **Testing:** **Documentation:** --------- Co-authored-by: Tyler Helmuth <[email protected]>
**Description:** This add logic to filter logs based on log conditions and sent desired logs as event markers to the honeycomb marker api. **Link to tracking Issue:** open-telemetry#27666 **Testing:** Unit testing for log exporter and config. Added component testing to `otelcontribcol`. **Documentation:** README describing component usage Screenshot of exported markers showing up in Honeycomb <img width="1225" alt="Screenshot 2023-11-14 at 1 27 49 PM" src="https://github.com/open-telemetry/opentelemetry-collector-contrib/assets/35741033/128d689a-cf1e-4959-9df3-6c88248a7fdb"> --------- Co-authored-by: Tyler Helmuth <[email protected]>
…emetry#29309) **Description:** Fixes an issue with an incorrect default url. Also fixes issue where dataset slug was required. **Link to tracking Issue:** <Issue number if applicable> Related to open-telemetry#27666 **Testing:** <Describe what testing was performed and which tests were added.> Added new tests and tested manually. **Documentation:** <Describe the documentation added.> Updated up README
**Description:** Update Honeycomb Marker Exporter to alpha status **Link to tracking Issue:** open-telemetry#27666 **Testing:** **Documentation:** --------- Co-authored-by: Tyler Helmuth <[email protected]>
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
Component(s)
exporter/honeycombmarker
Is your feature request related to a problem? Please describe.
This issue outlines the functional pieces of the honeycomb marker exporter.
The flow of this component should specify a condition to filter out logs that do not pass this condition and create a marker for logs that do.
Describe the solution you'd like
The exporter should then call out the honeycomb API and use the
Create Marker
function. We will not support updating/deleting markers that already exist.In the initial config for this exporter we supported sending Markers that specify color instead of type. Type is a more explicit way of creating initial Markers and Markers that only specify color would have to be updated with Type later on. To this end we will only support sending Markers that specify Type via the exporter. Color can be set via Marker Settings in the Honeycomb Markers API. Color cannot be set using the
Create Marker
function. We could need to both create and update the Marker in order to support specifying color.We will only be sending environment wide markers using the
__all__
endpoint.DOD:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: