Linkerd · Capability

Linkerd Viz Metrics API — Health

Linkerd Viz Metrics API — Health. 1 operations. Lead operation: Linkerd Metrics API readiness check. Self-contained Naftiko capability covering one Linkerd business surface.

Run with Naftiko LinkerdHealth

What You Can Do

GET
Getmetricsapireadiness — Linkerd Metrics API readiness check
/v1/ready

MCP Tools

linkerd-metrics-api-readiness-check

Linkerd Metrics API readiness check

read-only idempotent

Capability Spec

viz-metrics-health.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Linkerd Viz Metrics API — Health
  description: 'Linkerd Viz Metrics API — Health. 1 operations. Lead operation: Linkerd Metrics API readiness check. Self-contained
    Naftiko capability covering one Linkerd business surface.'
  tags:
  - Linkerd
  - Health
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LINKERD_API_KEY: LINKERD_API_KEY
capability:
  consumes:
  - type: http
    namespace: viz-metrics-health
    baseUri: http://metrics-api.linkerd-viz.svc.cluster.local:8085
    description: Linkerd Viz Metrics API — Health business capability. Self-contained, no shared references.
    resources:
    - name: ready
      path: /ready
      operations:
      - name: getmetricsapireadiness
        method: GET
        description: Linkerd Metrics API readiness check
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: viz-metrics-health-rest
    port: 8080
    description: REST adapter for Linkerd Viz Metrics API — Health. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/ready
      name: ready
      description: REST surface for ready.
      operations:
      - method: GET
        name: getmetricsapireadiness
        description: Linkerd Metrics API readiness check
        call: viz-metrics-health.getmetricsapireadiness
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: viz-metrics-health-mcp
    port: 9090
    transport: http
    description: MCP adapter for Linkerd Viz Metrics API — Health. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: linkerd-metrics-api-readiness-check
      description: Linkerd Metrics API readiness check
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: viz-metrics-health.getmetricsapireadiness
      outputParameters:
      - type: object
        mapping: $.