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: examples/datadog/otel-collector/router_config.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ telemetry:
22
22
supergraph: # Apollo specific attribute options: https://www.apollographql.com/docs/graphos/routing/observability/telemetry/instrumentation/standard-attributes#supergraph
23
23
attributes:
24
24
otel.name: supergraph
25
-
operation.name: "taco"
25
+
operation.name: "supergraph"
26
26
resource.name:
27
27
operation_name: string
28
28
otel.status_code: # This attribute will be set to true if the response from the router contained errors in the response body and will mark spans as Error in the APM UI.
0 commit comments