Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 884 Bytes

File metadata and controls

27 lines (21 loc) · 884 Bytes
title MCPTelemetryConfig
description Schema reference for MCPTelemetryConfig, which configures OpenTelemetry tracing, metrics, and logging for MCP workloads.
displayed_sidebar toolhiveSidebar
toc_max_heading_level 4

MCPTelemetryConfig defines telemetry settings that can be shared across multiple MCP workloads. MCPServer, MCPRemoteProxy, and VirtualMCPServer reference a single MCPTelemetryConfig to emit traces and metrics to a common backend.

API: toolhive.stacklok.dev/v1beta1 · Scope: Namespaced · Short names: mcpotel

Example

apiVersion: toolhive.stacklok.dev/v1beta1
kind: MCPTelemetryConfig
metadata:
  name: my-mcptelemetryconfig
  namespace: default
spec: {}

Schema