pydantic / logfire

Uncomplicated Observability for Python and beyond! 🪵🔥
https://logfire.pydantic.dev/docs/
MIT License
2.12k stars 62 forks source link

Export data to third-party tool #403

Open alessandrofacchin opened 2 months ago

alessandrofacchin commented 2 months ago

Question

Does Logfire implement any API to systematically export data to third-party tools such as Grafana or Cloud Logging?

alexmojaki commented 2 months ago

To clarify, do you want to initially send data from the client SDK to Grafana, or do you want to copy old data that's already sitting in the Logfire database?

Kludex commented 1 month ago

@alessandrofacchin Could you clarify? We want to understand your request, so we can provide the best solution. :)

alessandrofacchin commented 1 month ago

I would like to be able to leverage the rich information extracted through Logfire in my existing Grafana project, in order to integrate it with my existing monitoring tools (i.e. k8s monitoring, db monitoring, etc.).

I believe some options could be:

What do you think?