autometrics-dev / autometrics-py

Easily add metrics to your code that actually help you spot and debug issues in production. Built on Prometheus and OpenTelemetry.
https://autometrics.dev
Apache License 2.0
214 stars 7 forks source link

Add otlp exporters #89

Closed actualwitch closed 11 months ago

actualwitch commented 11 months ago
brettimus commented 11 months ago

when you have a chance could you document how to run the otlp example somewhere?

actualwitch commented 11 months ago

I resolved the typing issues by using pydantic for runtime type checking, and added some examples for exporters. also, bumped our fastapi example