Re-exports§
pub use metrics_service::MetricsDataPoint;pub use metrics_service::MetricsServiceImpl;pub use metrics_service::MetricsWriterTransport;
Modules§
Macros§
- create_
agent_ span - create_
api_ invoke_ span - create_
model_ invoke_ span - create_
model_ span - create_
run_ span - create_
task_ span - create_
tool_ span
Structs§
- Additional
Context - Metrics
Service Server - Service that can be used to push metrics between one Application instrumented with OpenTelemetry and a collector, or between a collector and a central collector.
- NoOp
Span Writer - A no-op implementation of SpanWriterTransport that discards all data
- Span
- Trace
Service Impl - Trace
Service Server - Service that can be used to push spans between one Application instrumented with OpenTelemetry and a collector, or between a collector and a central collector (in this case spans are sent/received to/from multiple Applications).