| Crates.io | llm-observatory-collector |
| lib.rs | llm-observatory-collector |
| version | 0.1.1 |
| created_at | 2025-11-06 01:19:21.59756+00 |
| updated_at | 2025-11-06 01:19:21.59756+00 |
| description | OpenTelemetry collector with LLM-specific processors for LLM Observatory |
| homepage | |
| repository | https://github.com/globalbusinessadvisors/llm-observatory |
| max_upload_size | |
| id | 1918936 |
| size | 133,935 |
OpenTelemetry collector with LLM-specific processors for LLM Observatory.
High-performance telemetry collector designed specifically for LLM applications:
# Run collector
llm-observatory-collector --config config.yaml
Configuration:
receivers:
otlp:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
processors:
llm_enrichment:
enable_cost: true
enable_pii_redaction: false
exporters:
timescaledb:
connection_string: postgres://...
See the collector documentation for detailed configuration.
Apache-2.0