docs: Add documentation for pulling metrics and Prometheus support

This commit is contained in:
Oliver
2025-04-25 15:54:29 +02:00
parent a91c2e6420
commit 7d8d64a476

View File

@@ -0,0 +1,13 @@
# Pulling Metrics
At the moment, the application actively pushes data to FancyAnalytics.
It would be nice to have the ability that FancyAnalytics can pull data from the application.
This would allow FancyAnalytics to be more flexible and not rely on the application to send data.
This would also allow FancyAnalytics to pull data from other sources, such as databases or other applications.
## Prometheus data schema support
Prometheus is a powerful monitoring and alerting toolkit that is widely used in the industry.
Many applications expose their metrics in a format that is compatible with Prometheus.
FancyAnalytics should support this data schema as well.