Fluent Bit · Capability

Fluent Bit Monitoring HTTP API — Storage

Fluent Bit Monitoring HTTP API — Storage. 1 operations. Lead operation: Storage layer metrics. Self-contained Naftiko capability covering one Fluent Bit business surface.

Run with Naftiko Fluent BitStorage

What You Can Do

GET
Get — Storage layer metrics
/v1/api/v1/storage

MCP Tools

storage-layer-metrics

Storage layer metrics

read-only idempotent

Capability Spec

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