Skip to content

Commit

Permalink
feat(vault): Add namespace to trace attributes
Browse files Browse the repository at this point in the history
Signed-off-by: Loïc Saint-Roch <[email protected]>
  • Loading branch information
loicsaintroch committed Jul 5, 2023
1 parent 0d02bbb commit 36749a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,16 @@ types:
- "version"

scopes:
- "clickhouse"
- "descriptions"
- "ecosystem"
- "event"
- "errorstack"
- "logger"
- "nats"
- "postgres"
- "rest"
- "service"
- "temporal"
- "tracer"
- "vault"
2 changes: 2 additions & 0 deletions documentation/integration/vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ secret manager for helix services.
The `vault` integration sets the following trace attributes:
- `vault.server.address`
- `vault.agent.address`
- `vault.namespace`
- `span.kind`

When applicable, these attributes can be set as well:
Expand All @@ -23,6 +24,7 @@ Example:
```
vault.server.address: "http://localhost:8200"
vault.agent.address: ""
vault.namespace: "custom"
vault.kv.mountpath: "/secrets"
vault.kv.secretpath: "my_secret"
span.kind: "internal"
Expand Down

0 comments on commit 36749a3

Please sign in to comment.