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
| OTEL_EXPORTER_JAEGER_ENDPOINT | string |`http://localhost:9080/v1/trace`| Yes | Where to export data if `OTEL_TRACES_EXPORTER=jaeger-thrift-splunk`. |
63
+
| OTEL_EXPORTER_OTLP_ENDPOINT | string |`localhost:4317`| No | Where to export data if `OTEL_TRACES_EXPORTER=otlp`. |
64
+
| OTEL_RESOURCE_ATTRIBUTES | string |`unknown_service[:<process>]`| Yes | Key/Value resource information. MUST define `service.name`. SHOULD define `deployment.environment`. |
65
+
| OTEL_TRACES_EXPORTER | string |`jaeger-thrift-splunk`| Yes | Exported data format. MUST support `jaeger-thrift-splunk` and `otlp`. |
66
+
| SPLUNK_ACCESS_TOKEN | string || No [1]| Access token added to exported data. |
67
+
| SPLUNK_CONTEXT_SERVER_TIMING_ENABLED | boolean |`false`| No [2]| Whether `Server-Timing` header is added to HTTP responses. |
61
68
62
69
-[1]: Not required if another system performs the authentication. For example,
63
70
instrumentation libraries SHOULD send data to a locally running agent. The
64
71
agent can define the access token that is used. If the component is
65
72
configured to send data directly to a SaaS endpoint then this variable MUST
66
73
be defined.
67
-
68
-
In addition, the following OpenTelemetry options MUST be supported:
69
-
70
-
-[OTEL_EXPORTER_JAEGER_ENDPOINT]
71
-
- MUST default to `http://localhost:9080/v1/trace`
72
-
-[OTEL_EXPORTER_OTLP_ENDPOINT]
73
-
- MUST default to `localhost:4317`
74
-
-[OTEL_RESOURCE_ATTRIBUTES]
75
-
- MUST allow `service.name` to be defined and MUST offer a default, non-empty value
76
-
- MUST allow `deployment.server` to be defined and MUST not send unless explicitly defined
77
-
- MUST NOT suggest `deployment` to be used as the key
78
-
-[OTEL_TRACE_ENABLED]
79
-
- MUST default to `true`
80
-
- MUST support `false` which disables emitting spans
81
-
-[OTEL_TRACES_EXPORTER]
82
-
- MUST offer `jaeger-thrift-splunk` and `otlp` as values
83
-
- MUST default to `jaeger-thrift-splunk` value
74
+
-[2]: If stitching of RUM spans and APM spans is desired then this parameter
0 commit comments