From 7d8d64a4765c1664364f19c223bef80e5abfa9d7 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 25 Apr 2025 15:54:29 +0200 Subject: [PATCH] docs: Add documentation for pulling metrics and Prometheus support --- .../concepts/fancyanalytics/pulling-metrics.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/src/product-direction/concepts/fancyanalytics/pulling-metrics.md 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