Skip to main content

Documentation Index

Fetch the complete documentation index at: https://datum.net/docs/llms.txt

Use this file to discover all available pages before exploring further.

The Metrics Export skill helps agents configure metrics export pipelines in Datum Cloud — defining named sources (with optional MetricsQL filters) and sinks (Prometheus remote write endpoints) to ship project metrics to external observability platforms such as Grafana Cloud. It teaches agents the correct manifest structure, credential handling via Secrets, and per-sink health validation.

Install

/plugin marketplace add datum-cloud/skills
/plugin install datum-cloud@datum-cloud
Once installed, the skill activates automatically when you ask an agent to work with Metrics Export on Datum. No further configuration needed.

Capabilities

  • List and describe export policies in a project
  • Create metrics export pipelines from YAML manifests
  • Filter exported metrics using MetricsQL selector expressions
  • Configure Prometheus remote write endpoints with Secret-backed credentials
  • Tune batching and retry behavior per sink
  • Apply changes idempotently
  • Preview changes before applying with datumctl diff
  • Delete export policies safely

How it relates to other Datum surfaces

  • Product docs: Metrics Export — the human-facing reference for the export pipeline and ExportPolicy resource
  • Datum MCP: Datum MCP — for agents that need live read/write access to export policies during a session
  • datumctl: datumctl overviewget, describe, apply, diff, delete commands the skill teaches agents to use

View the full skill

The canonical SKILL.md lives in the datum-cloud/skills repo:

On GitHub

Browse the skill source, including frontmatter and full instructions.

Raw SKILL.md

Direct URL for agents that fetch skills by URL.
Last modified on May 7, 2026