Skip to content

Conversation

damienpontifex
Copy link

  • Resource with default service name
  • OTLP exporter that will use standard environment variables for configuration
  • FastAPI auto instrumentation for app
  • Adds a docker compose setup for validating the tracing with docker compose up -d --build and Grafana LGTM stack for viewing/inspecting the traces. Screenshot below
image

Issue resolved by this Pull Request:
Resolves #357

- Resource with default service name
- OTLP exporter that will use standard environment variables for configuration
- FastAPI auto instrumentation for app
Copy link
Contributor

github-actions bot commented Sep 9, 2025

DCO Check Passed

Thanks @damienpontifex, all your commits are properly signed off. 🎉

Copy link

dosubot bot commented Sep 9, 2025

Related Documentation

Checked 2 published document(s). No updates required.

How did I do? Any feedback?  Join Discord

Copy link

mergify bot commented Sep 9, 2025

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?(!)?:

…m.au>

I, Damien Pontifex <damien.pontifex@makerx.com.au>, hereby add my Signed-off-by to this commit: 8af69ea

Signed-off-by: Damien Pontifex <damien.pontifex@makerx.com.au>
@dolfim-ibm
Copy link
Contributor

@damienpontifex Otel could be used also for telemetry such as response time dashboard, etc, right? do you have any example how this would look like?

@damienpontifex
Copy link
Author

@dolfim-ibm 💯
In the example/screenshot above, I'm using Grafana, so to follow on with that, here's a good overview of a lot of things you can do with Otel traces/metrics out of the box https://grafana.com/products/cloud/application-observability/
This would be valid for any Otel backend e.g. I've also used azure app insights, dynatrace etc etc, it's all capable of doing the washboarding like you say using Otel data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support OpenTelemetry with OTLP exporter

2 participants