CoreDNS · Capability

CoreDNS Metrics API — Metrics

CoreDNS Metrics API — Metrics. 1 operations. Lead operation: CoreDNS Get Prometheus metrics. Self-contained Naftiko capability covering one Coredns business surface.

Run with Naftiko CorednsMetrics

What You Can Do

GET
Getmetrics — CoreDNS Get Prometheus metrics
/v1/metrics

MCP Tools

coredns-get-prometheus-metrics

CoreDNS Get Prometheus metrics

read-only idempotent

Capability Spec

metrics-metrics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: CoreDNS Metrics API — Metrics
  description: 'CoreDNS Metrics API — Metrics. 1 operations. Lead operation: CoreDNS Get Prometheus metrics. Self-contained
    Naftiko capability covering one Coredns business surface.'
  tags:
  - Coredns
  - Metrics
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COREDNS_API_KEY: COREDNS_API_KEY
capability:
  consumes:
  - type: http
    namespace: metrics-metrics
    baseUri: http://localhost:9153
    description: CoreDNS Metrics API — Metrics business capability. Self-contained, no shared references.
    resources:
    - name: metrics
      path: /metrics
      operations:
      - name: getmetrics
        method: GET
        description: CoreDNS Get Prometheus metrics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: metrics-metrics-rest
    port: 8080
    description: REST adapter for CoreDNS Metrics API — Metrics. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/metrics
      name: metrics
      description: REST surface for metrics.
      operations:
      - method: GET
        name: getmetrics
        description: CoreDNS Get Prometheus metrics
        call: metrics-metrics.getmetrics
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: metrics-metrics-mcp
    port: 9090
    transport: http
    description: MCP adapter for CoreDNS Metrics API — Metrics. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: coredns-get-prometheus-metrics
      description: CoreDNS Get Prometheus metrics
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: metrics-metrics.getmetrics
      outputParameters:
      - type: object
        mapping: $.