Skip to content

Mesh-LLM/metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metrics

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.

Install

mesh-llm plugins install metrics

You can also install directly from GitHub:

mesh-llm plugins install Mesh-LLM/metrics

Configure

Enable 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"

Build

cargo build

Release Archives

GitHub releases package archives using the same contract as Mesh-LLM/blackboard:

  • metrics-<target>.tar.gz or .zip
  • metrics-<version>-<target>.tar.gz or .zip

Each archive contains:

  • metrics/metrics
  • metrics/plugin.toml

About

Metrics capability plugin for mesh-llm

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages