backendtelemetry

package
v0.29.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package backendtelemetry decorates a vmcp.BackendClient so each backend MCP call records OpenTelemetry traces and metrics.

It lives in pkg/vmcp/internal so that both the transport server (server.New) and the core constructor (core.New) can share a single decorator without an import cycle: server and core both depend on this leaf package, and it depends on neither.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MonitorBackends

func MonitorBackends(
	ctx context.Context,
	meterProvider metric.MeterProvider,
	tracerProvider trace.TracerProvider,
	backends []vmcp.Backend,
	backendClient vmcp.BackendClient,
) (vmcp.BackendClient, error)

MonitorBackends decorates the backend client so it records telemetry on each method call. It also emits a gauge for the number of backends discovered once, since the number of backends is static.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL