You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/main/asciidoc/se/open-telemetry.adoc
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,13 @@ OpenTelemetry prescribes its own link:{metrics-semconv-link}[semantic convention
202
202
</dependency>
203
203
----
204
204
205
+
[NOTE]
206
+
====
207
+
Do not attempt to add both the Helidon support for OpenTelemetry HTTP server semantic conventions (the `helidon-webserver-observe-telemetry-metrics` component) and Helidon's Microprofile Metrics support to your project.
208
+
209
+
The MicroProfile Metrics specification prohibits tag names which contain dots (".") and OpenTelemetry semantic conventions prescribe tag names with dots. The MicroProfile Metrics implementation of the `Tag` type throws an exception during the attempt to create such a tag.
210
+
====
211
+
205
212
=== Enabling OpenTelemetry for Outgoing Helidon Webclient Traffic
206
213
Helidon supports the OpenTelemetry semantic conventions for outgoing traffic which uses the Helidon WebClient. See the xref:{docdir}/webclient.adoc#_configuring_telemetry[Helidon WebClient documentation].
0 commit comments