diff --git a/docs/src/product-direction/concepts/fancyanalytics/pulling-metrics.md b/docs/src/product-direction/concepts/fancyanalytics/pulling-metrics.md new file mode 100644 index 00000000..9aa08ccc --- /dev/null +++ b/docs/src/product-direction/concepts/fancyanalytics/pulling-metrics.md @@ -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. \ No newline at end of file