Skip to content

Commit

Permalink
debugging guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankcorn committed May 24, 2024
1 parent c8ca2b7 commit 91f2288
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sending-data/platforms/opentelemetry/opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ x-api-key: <BASELIME_API_KEY>
x-baselime-dataset: <YOUR_DATASET> # Optional, defaults to "otel"
```
## Debugging
If events do not appear in the [Baselime Console](https://console.baselime.io) enable DEBUG logging using the sdk or collector you are using.
For our [OpenTelemetry Distros](#baselime-opentelemetry-distros) add the env `OTEL_LOG_LEVEL=DEBUG` to enable debug logging.

If you use the [OpenTelemetry Collector](https://opentelemetry.io/docs/collector/) follow the debugging steps in the [troubleshooting guide](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/troubleshooting.md).


---
## Baselime OpenTelemetry for Platforms
[!ref icon="../../../assets/images/logos/logo_aws_lambda.png"](../../platforms/aws/aws-lambda/traces/index.md)
Expand Down

0 comments on commit 91f2288

Please sign in to comment.