Skip to content

Are there plans to support more direct exporters? #3024

Answered by dmathieu
xuzhijvn asked this question in Q&A
Discussion options

You must be logged in to vote

First of all, nothing prevents you from writing your own exporter. It doesn't have to be within this repository or organization.

The collector is meant to be a receiver of all telemetry data, no matter the language of the service that sends it. So all implementations of OpenTelemetry will implement export into that format.
Then, if you wish to send the data to kafka, you need to configure the exporter in a single place, the exporter, not in every service.
If you wish to roll the credentials to the place where you're exporting data, you need to do it in a single service (the exporter), not your entire platform.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@xuzhijvn
Comment options

Answer selected by xuzhijvn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request
2 participants
Converted from issue

This discussion was converted from issue #3023 on July 17, 2022 05:24.