Skip to content

Commit

Permalink
Merge pull request #53 from attestantio/tracing-docs
Browse files Browse the repository at this point in the history
Add trace information to docs.
  • Loading branch information
mcdee authored Aug 29, 2023
2 parents e9fd39f + 809e64b commit 47e9555
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,17 @@ permissions:
# This permission allows client3 the ability to carry out all operations on accounts in wallet2.
client3:
wallet2: All
# tracing sends OTLP trace data to the supplied endpoint.
tracing:
# Address is the host and port of an OTLP trace receiver.
address: 'server:4317'
# If the endpoint is secure you will need to supply a client certificate and key, and optionally a CA certificate if your client
# certificate is issued by a private certificate authority.
client-cert: 'file:///home/vouch/certs/server.crt'
client-key: 'file:///home/vouch/certs/server.key'
ca-cert: 'file:///home/vouch/certs/ca.crt'
```

## Logging
Expand Down

0 comments on commit 47e9555

Please sign in to comment.