Skip to content

Commit a7d4f9d

Browse files
authored
Merge pull request #5 from Dwolla/updates
Update upstream image and index more attributes
2 parents 6b5d2dd + 1bcdb1f commit a7d4f9d

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
otel_tag:
14-
- v0.41.0
14+
- v0.45.1
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout

otel-config.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ processors:
1919
send_batch_size: 50
2020
attributes:
2121
actions:
22-
- key: deployment.environment
22+
- key: deployment.environment.name
2323
value: ${env:DWOLLA_ENV}
2424
action: insert
2525
- key: peer.service
@@ -36,9 +36,14 @@ processors:
3636

3737
exporters:
3838
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
40+
- deployment.environment.name
41+
- otel.resource.deployment.environment.name
4042
- otel.resource.service.name
41-
- deployment.environment
43+
- com.dwolla.client.account.id
44+
- com.dwolla.enduser.account.id
45+
- com.dwolla.transaction.id
46+
- com.dwolla.event-bus.message-handling-result
4247

4348
service:
4449
pipelines:

0 commit comments

Comments
 (0)