metrics is an external mesh-llm plugin that advertises metrics support through
the mesh-llm plugin API.
Telemetry export is configured in mesh-llm with [telemetry]; this plugin does
not read mesh-llm internals or receive private telemetry payloads.
mesh-llm plugins install metricsYou can also install directly from GitHub:
mesh-llm plugins install Mesh-LLM/metricsEnable the plugin in ~/.mesh-llm/config.toml:
[[plugin]]
name = "metrics"Configure OTLP export with mesh-llm telemetry settings:
[telemetry]
enabled = true
endpoint = "https://otel.example.com"cargo buildGitHub releases package archives using the same contract as
Mesh-LLM/blackboard:
metrics-<target>.tar.gzor.zipmetrics-<version>-<target>.tar.gzor.zip
Each archive contains:
metrics/metricsmetrics/plugin.toml