We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2353758 commit 0ed9391Copy full SHA for 0ed9391
veadk/tracing/telemetry/exporters/tls_exporter.py
@@ -51,6 +51,7 @@ def model_post_init(self, context: Any) -> None:
51
"x-tls-otel-ak": self.config.access_key,
52
"x-tls-otel-sk": self.config.secret_key,
53
"x-tls-otel-region": self.config.region,
54
+ "TraceTag": "veadk",
55
}
56
self.headers |= headers
57
0 commit comments