Skip to content

Commit

Permalink
Update docs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
stoewer committed May 23, 2024
1 parent a808d9f commit e8339c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ The configuration is an object with the following schema:
// The endpoint to which the traces are sent in the form of <hostname>:<port>
endpoint: string,
// The exporter protocol used for sending the traces: tracing.EXPORTER_OTLP or tracing.EXPORTER_JAEGER
exporter: string,
exporter: string,
// Whether insecure connections are allowed (optional, default: false)
insecure: bool,
tls: { insecure: true },
// Credentials used for authentication
authentication: { user: string, password: string },
// Additional headers sent by the client
Expand Down

0 comments on commit e8339c3

Please sign in to comment.