Apache EventMesh · Capability

Apache EventMesh Admin API — Monitoring

Apache EventMesh Admin API — Monitoring. 2 operations. Lead operation: Apache EventMesh Get Runtime Configuration. Self-contained Naftiko capability covering one Apache Event Mesh business surface.

Run with Naftiko Apache Event MeshMonitoring

What You Can Do

GET
Getconfiguration — Apache EventMesh Get Runtime Configuration
/v1/configuration
GET
Getmetrics — Apache EventMesh Get Runtime Metrics
/v1/metrics

MCP Tools

apache-eventmesh-get-runtime-configuration

Apache EventMesh Get Runtime Configuration

read-only idempotent
apache-eventmesh-get-runtime-metrics

Apache EventMesh Get Runtime Metrics

read-only idempotent

Capability Spec

eventmesh-admin-monitoring.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apache EventMesh Admin API — Monitoring
  description: 'Apache EventMesh Admin API — Monitoring. 2 operations. Lead operation: Apache EventMesh Get Runtime Configuration.
    Self-contained Naftiko capability covering one Apache Event Mesh business surface.'
  tags:
  - Apache Event Mesh
  - Monitoring
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APACHE_EVENT_MESH_API_KEY: APACHE_EVENT_MESH_API_KEY
capability:
  consumes:
  - type: http
    namespace: eventmesh-admin-monitoring
    baseUri: http://localhost:10106
    description: Apache EventMesh Admin API — Monitoring business capability. Self-contained, no shared references.
    resources:
    - name: configuration
      path: /configuration
      operations:
      - name: getconfiguration
        method: GET
        description: Apache EventMesh Get Runtime Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: metrics
      path: /metrics
      operations:
      - name: getmetrics
        method: GET
        description: Apache EventMesh Get Runtime Metrics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: eventmesh-admin-monitoring-rest
    port: 8080
    description: REST adapter for Apache EventMesh Admin API — Monitoring. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/configuration
      name: configuration
      description: REST surface for configuration.
      operations:
      - method: GET
        name: getconfiguration
        description: Apache EventMesh Get Runtime Configuration
        call: eventmesh-admin-monitoring.getconfiguration
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/metrics
      name: metrics
      description: REST surface for metrics.
      operations:
      - method: GET
        name: getmetrics
        description: Apache EventMesh Get Runtime Metrics
        call: eventmesh-admin-monitoring.getmetrics
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: eventmesh-admin-monitoring-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apache EventMesh Admin API — Monitoring. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: apache-eventmesh-get-runtime-configuration
      description: Apache EventMesh Get Runtime Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventmesh-admin-monitoring.getconfiguration
      outputParameters:
      - type: object
        mapping: $.
    - name: apache-eventmesh-get-runtime-metrics
      description: Apache EventMesh Get Runtime Metrics
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventmesh-admin-monitoring.getmetrics
      outputParameters:
      - type: object
        mapping: $.