Skip to main content
Artie can send pipeline metrics to Datadog or Grafana Cloud so you can monitor throughput, lag, flush behavior, and replication health alongside your existing telemetry.

Datadog

For Datadog setup instructions and the available metrics, see the Artie integration in Datadog.

Grafana Cloud Metrics

Connect Grafana Cloud Metrics to send the same pipeline metrics available in Artie to your Grafana Cloud account. Artie sends metrics with Prometheus remote write; you do not need to run Prometheus, Grafana Alloy, or a collector.

What you’ll need

  • A Grafana Cloud stack with a Metrics instance.
  • A Grafana Cloud access-policy token with permission to write metrics.
  • Company admin access in Artie.

Create Grafana Cloud credentials

  1. In Grafana Cloud, open your stack and select the Prometheus or Metrics card.
  2. Select Details and copy the Metrics remote-write URL and Metrics instance ID.
  3. Create an access-policy token that can write metrics, then copy the token.
The remote-write URL ends in /api/prom/push. Grafana Cloud Metrics details showing the remote-write endpoint, Metrics instance ID, and API token controls

Connect Grafana Cloud in Artie

1

Open integrations

In Artie, open Settings and select Integrations.
2

Enter Grafana Cloud credentials

Under Grafana Cloud Metrics, enter the remote-write URL, Metrics instance ID, and access-policy token.
3

Connect

Select Connect. Artie stores the access-policy token encrypted at rest and does not display it after connection.
After the next export run, query the artie_* metrics in Grafana Cloud. Artie sends the existing pipeline metrics and dimensions, including pipeline, source, destination, data plane, table, operation, flush reason, and replication-slot labels when available.

Import the Artie dashboard

Artie’s Datadog integration dashboard organizes rows processed, performance, and database-health metrics. The Grafana dashboard uses the same six exported Artie metrics.
  1. Download the Artie Grafana dashboard JSON.
  2. In Grafana, open Dashboards and select New > Import.
  3. Upload the JSON file, select the Grafana Cloud Metrics data source that receives Artie metrics for Prometheus, and select Import.
  4. Open the imported Artie Overview dashboard. It includes rows processed, ingestion lag, row lag, flush time, flush count, and replication slot size panels.
The dashboard queries only the exported metric names and groups series using labels Artie adds when they are available: pipeline, table, operation, reason, and slotname. It includes no credentials, data-source URL, or customer identifiers. Artie Overview Grafana dashboard showing rows processed, lag, flush, and replication slot metrics

Disconnect Grafana Cloud

In Settings > Integrations, select Disconnect Grafana. Artie stops future exports after the integration is disconnected. You can also revoke the access-policy token in Grafana Cloud.

Limits

This integration supports Grafana Cloud Metrics only. It does not send logs or traces, and it does not support self-hosted Grafana or custom Prometheus-compatible endpoints.
Artie preserves table-level dimensions from the Datadog integration. Each table can create additional active time series in Grafana Cloud. Review your Grafana Cloud plan and usage when connecting pipelines with many tables.

Troubleshooting

  • Confirm that the remote-write URL uses HTTPS, ends in /api/prom/push, and belongs to your Grafana Cloud Metrics instance.
  • Confirm that the Metrics instance ID and access-policy token are copied from the same Grafana Cloud stack.
  • If metrics do not appear, disconnect and reconnect with a newly created write token.
For Grafana Cloud’s credential and remote-write setup, see Send metrics data from Prometheus.