You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If telemetry is desired, it may be configured by using a dedicated telemetry { ... } section. The following metrics collectors are currently supported:
Prometheus
Statsd
DogStatsd
M3
In-Memory
You may use all, some, or none of the collectors. The following collectors support multiple declarations in the event that you want to send metrics to more than one collector:
Statsd
DogStatsd
M3
Telemetry configuration syntax
Configuration
Type
Description
Default
InMem
InMem
In-memory configuration
running
Prometheus
Prometheus
Prometheus configuration
DogStatsd
[]DogStatsd
List of DogStatsd configurations
Statsd
[]Statsd
List of Statsd configurations
M3
[]M3
List of M3 configurations
MetricPrefix
string
Prefix to add to all emitted metrics
spire_server/spire_agent
EnableHostnameLabel
bool
Enable adding hostname to labels
true
AllowedPrefixes
[]string
A list of metric prefixes to allow, with '.' as the separator
AllowedPrefixes
[]string
A list of metric prefixes to allow, with '.' as the separator
BlockedPrefixes
[]string
A list of metric prefixes to block, with '.' as the separator
AllowedLabels
[]string
A list of metric labels to allow, with '.' as the separator
BlockedLabels
[]string
A list of metric labels to block, with '.' as the separator