Fetch Metrics
Within Playbooks, different types of metric sources can be queried, and in multiple ways. Read more about the different types of metrics & configurations we allow, below:
- AWS Cloudwatch Metrics Query:
- Fetch any of the metrics present within Cloudwatch.
- Define specific metric basis Namespace, Region, Dimensions and/or MetricName.
- Fetch PromQL metric queries from existing Grafana Dashboards:
- Fetch data from your existing Dashboards in Grafana.
- Extract query from within a panel and re-use it in Playbooks.
- Variables: Extract possible variable values for var_name in case $var_name exists within the Query. This dropdown is also fetched from existing Grafana configuration.
- Custom Query: String access to the query in case you want to make tweaks to the query.
- Fetch metrics from Google Cloud Monitoring:
- Run a query on Mimir:
- Run a query on VictoriaMetrics:
- Datadog:
- Fetch metric for any custom query.
- Fetch golden signals mapped to any of the services.
- Fetch panels from custom dashboards into Playbooks.
Note: In case you have any out of the box dashboards (provided by Datadog), the Datadog connector is not able to fetch that data.
- New Relic:
- Directly select a query that you are currently tracking in any New Relic widget.
- Select Golden Signals of any of the services (entities of type Application).
- Run any custom NRQL.
Updated 4 months ago