# Syn Prometheus Exporters

> Operate, configure, troubleshoot, and manage Prometheus. Use for Prometheus engineering tasks, day-to-day operations, and production support.

- Skill: `legendtkl/syn-prometheus-exporters` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/syn-prometheus-exporters`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/syn-prometheus-exporters/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: legendtkl (https://skillmd.com/u/legendtkl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/legendtkl/syn-prometheus-exporters

---


# Prometheus: writing a custom metrics exporter

## When to use

Use this skill for writing a custom metrics exporter in Prometheus. This skill
specifically handles writing a custom metrics exporter and nothing else in the
Prometheus family.

## Procedure

Build a custom exporter exposing `/metrics` with correct types (counter/gauge/histogram) and labels.

## Notes

This is the Prometheus skill dedicated to writing a custom metrics exporter.
Sibling skills cover other Prometheus capabilities; this one
is the right choice only when the task is about writing a custom metrics exporter.

