Explicitly configured exporters in AutoConfigurationCustomizerProvider, for logs , metrics and traces but it some telemetry signals are going through other exporters #9920
Unanswered
shadow0wolf
asked this question in
Q&A
Replies: 1 comment
-
It isn't really possible for us to tell what is going on without addition details or being able to reproduce your issue. Turn on collector logging and try to see whether you can figure out where this unexpected data originates from. Perhaps you are also using micrometer that configures its own exporter. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have instrumented my java application and have written my custom Exporters for logs , metrics and traces , i have also customized OKHttpSender class to add a header on each send method invocation , but some of the telemetry requests reaching collector do not contain that header , it seems like the message is being sent using some other exporter , how to ensure that all telemetry messages use only the specified exporters.
Beta Was this translation helpful? Give feedback.
All reactions