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: otel-config.yaml
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ processors:
19
19
send_batch_size: 50
20
20
attributes:
21
21
actions:
22
-
- key: deployment.environment
22
+
- key: deployment.environment.name
23
23
value: ${env:DWOLLA_ENV}
24
24
action: insert
25
25
- key: peer.service
@@ -36,9 +36,14 @@ processors:
36
36
37
37
exporters:
38
38
awsxray:
39
-
indexed_attributes:
39
+
indexed_attributes: # see https://github.com/Dwolla/dwolla-otel-natchez/blob/dc1aa448d97a91f50ec52653b3e28d7fbf147f87/dwolla-xray-annotations/src/test/scala/com/dwolla/tracing/XRayAnnotationsSpec.scala#L27-L33
0 commit comments