Enabling/disabling specific exporters doesn't work #2282
Answered
by
mateuszrzeszutek
mat-rumian
asked this question in
Q&A
|
In previous releases (for sure in 0.14.0) I was able to setup only traces exporter (oTLPgRPCSpanExporter) by setting an environment variable: An error in the logs: |
Answered by
mateuszrzeszutek
Feb 15, 2021
Replies: 1 comment 3 replies
|
Have you tried using the system property instead ( |
3 replies
Answer selected by
anuraaga
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you tried using the system property instead (
-Dotel.metrics.exporter=none)?