Factsheet
/ August 17, 2026; 26 days ago
/ August 17, 2026; 26 days ago
This is a pretty n00b question even though I'd consider myself a pretty experienced DevOps and site reliability engineer. I've setup New Relic on our EC2 servers and have a lot of serverless metrics going to NR from AWS. I've also built some custom metrics for New Relic.
We recently started using a new tech called Rockset which is pretty cool. It has an endpoint for metrics collection. This endpoint spits out some metrics data in a portable known format - OpenMetrics/prometheus. Cool I get that so far. However I'm looking through the NR documentation and it's talking about setting up Kubernetes clusters? And/or a NR agent? The agent moves the data? Why would I need a huge cluster? For moving a ton of telemetry data? It's my goal to visualize this data in New Relic.
I'm using Grafana for Dashboarding and it works great.
But i'm looking for a Reporting Tool like Tableau, MS Power BI or IBM Cognos Analytics that is easy to use with Prometheus or InfluxDB Data.
Do you have any recommendations?
Build in Datasource Connector for Prometheus would be great, or at least an easy way to get the data into the reporting tool.
Use case: Create monthly (or any other timeframe) pdf reports with Prometheus data, enriched with some other data from SQL sources.
I actually use Grafana to present reports to clients. I give them Viewer accounts and I can aggregate data from both Elasticsearch and Prometheus in the same dashboard/report.
But I've never used those more advanced tools that you mentioned so I have no idea how it compares.
Redash may be able to help you do this, we have ours hooked up to Prometheus and SQL sources