diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88bedff..f432211 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: otel_tag: - - v0.41.0 + - v0.45.1 runs-on: ubuntu-latest steps: - name: Checkout diff --git a/otel-config.yaml b/otel-config.yaml index 6d89c61..915a3e9 100644 --- a/otel-config.yaml +++ b/otel-config.yaml @@ -19,7 +19,7 @@ processors: send_batch_size: 50 attributes: actions: - - key: deployment.environment + - key: deployment.environment.name value: ${env:DWOLLA_ENV} action: insert - key: peer.service @@ -36,9 +36,14 @@ processors: exporters: awsxray: - indexed_attributes: + 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 + - deployment.environment.name + - otel.resource.deployment.environment.name - otel.resource.service.name - - deployment.environment + - com.dwolla.client.account.id + - com.dwolla.enduser.account.id + - com.dwolla.transaction.id + - com.dwolla.event-bus.message-handling-result service: pipelines: