Skip to content

Commit 0c4f4d1

Browse files
committed
OBSDOCS-3341: Fix spanmetrics procedure
1 parent 1b6fcb8 commit 0c4f4d1

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

modules/otel-connectors-span-metrics-connector.adoc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,31 @@ The following is an OpenTelemetry Collector custom resource with an enabled Span
2929
where:
3030

3131
`metrics_flush_interval`:: Defines the flush interval of the generated metrics. Defaults to `15s`.
32+
33+
The Span Metrics Connector creates metrics with the following labels:
34+
35+
[options="header"]
36+
[cols="a, a, a"]
37+
|===
38+
|Label |Description |Values
39+
40+
|`service_name`
41+
|Service name set by the `otel_service_name` environment variable.
42+
|`frontend`
43+
44+
|`span_name`
45+
| Name of the operation.
46+
|
47+
* `/`
48+
* `/customer`
49+
50+
|`span_kind`
51+
|Identifies the server, client, messaging, or internal operation.
52+
|
53+
* `SPAN_KIND_SERVER`
54+
* `SPAN_KIND_CLIENT`
55+
* `SPAN_KIND_PRODUCER`
56+
* `SPAN_KIND_CONSUMER`
57+
* `SPAN_KIND_INTERNAL`
58+
59+
|===

0 commit comments

Comments
 (0)