Documentation
¶
Overview ¶
Package configtelemetry provides the telemetry reporting functions for configuration values.
All configuration telemetry must go through the three exported functions in this package.
- Report: use to report a non-default value (auto-increments seqID)
- ReportWithID: same as Report, but also records the config source's ID
- ReportDefault: use to report the hard-coded default for a configuration
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReportDefault ¶
ReportDefault reports the value for a configuration key from the 'default' configuration source.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.