Skip to content

Commit

Permalink
chore: add redacted attributes (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleSamtoshi authored Oct 28, 2022
1 parent 7319acb commit 47db042
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion modules/services/opentelemetry-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,13 @@ config:
value: "<redacted>"
- key: code.function.params.rawHeaders
action: update
value: "<redacted>"
value: "<redacted>"
- key: code.function.params.key
action: update
value: "<redacted>"
- key: code.function.params.value
action: update
value: "<redacted>"
# If set to null, will be overridden with values based on k8s resource limits
memory_limiter: null
resourcedetection:
Expand Down

0 comments on commit 47db042

Please sign in to comment.