Documentation ¶
Overview ¶
Package telemetry groups all observability tools for application monitoring: logging, tracing, metrics and profiling
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { OTelService otel.Service `json:"otelService" yaml:"otel_service"` Loggers []log.LoggerConfig `json:"loggers" yaml:"loggers"` Tracing tracing.Config `json:"tracing" yaml:"tracing"` Metrics metrics.Config `json:"metrics" yaml:"metrics"` Profiling profile.Config `json:"profiling" yaml:"profiling"` }
Config is a serializable struct for configuring telemetry
Directories ¶
Path | Synopsis |
---|---|
Package log define and configure the Pydio loggers based on zap.
|
Package log define and configure the Pydio loggers based on zap. |
Package metrics abstract various providers around OpenTelemetry metric.Reader
|
Package metrics abstract various providers around OpenTelemetry metric.Reader |
otlp
Package otlp provides an OpenTelemetry protocol exporter for metrics
|
Package otlp provides an OpenTelemetry protocol exporter for metrics |
prometheus
Package prometheus provides a Prometheus collector and the required cells HTTP services to expose metrics.
|
Package prometheus provides a Prometheus collector and the required cells HTTP services to expose metrics. |
Package otel groups together some common types for telemetry
|
Package otel groups together some common types for telemetry |
Package profile provides an abstraction of pprof profiles generations.
|
Package profile provides an abstraction of pprof profiles generations. |
http_pull
Package http_pull provides a profiling implementation that exposes PProf profiles on an HTTP endpoint
|
Package http_pull provides a profiling implementation that exposes PProf profiles on an HTTP endpoint |
pyroscope
Package pyroscope provides a Push-implementation of profiling traces to Grafana Pyroscope server
|
Package pyroscope provides a Push-implementation of profiling traces to Grafana Pyroscope server |
Package tracing provides an abstraction of OpenTelemetry SpanExporter
|
Package tracing provides an abstraction of OpenTelemetry SpanExporter |
Click to show internal directories.
Click to hide internal directories.