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

OTLP export support #114

Closed
4 tasks
arendjr opened this issue Aug 28, 2023 · 0 comments · Fixed by #115
Closed
4 tasks

OTLP export support #114

arendjr opened this issue Aug 28, 2023 · 0 comments · Fixed by #115
Assignees
Labels
enhancement New feature or request

Comments

@arendjr
Copy link
Collaborator

arendjr commented Aug 28, 2023

As part of this task, I will be adding support for exporting to the OTel Collector using OTLP.

Since we already bundle two methods for exporting (the Prometheus exporter and the push gateway), and we decided we no longer want to auto-start a webserver under the default configuration, I will rework how the exporter configuration works and will split the exporters into separate packages.

  • Create package for the existing Prometheus exporter
  • Create package for the existing push gateway exporter
  • Create package for the new OTLP push exporter
  • Update the core package and the init() function to work with these exporter packages.
@arendjr arendjr added the enhancement New feature or request label Aug 28, 2023
@arendjr arendjr self-assigned this Aug 28, 2023
@arendjr arendjr mentioned this issue Aug 30, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant