Documentation
¶
Index ¶
Constants ¶
View Source
const FormatFlagName = "log.format"
FormatFlagName is the canonical flag name to configure the log format within Prometheus projects.
View Source
const LevelFlagHelp = "Only log messages with the given severity or above. One of: [debug, info, warn, error]"
LevelFlagHelp is the help description for the log.level flag.
View Source
const LevelFlagName = "log.level"
LevelFlagName is the canonical flag name to configure the allowed log level within Prometheus projects.
Variables ¶
View Source
var FormatFlagHelp = func() string { return fmt.Sprintf("Output format of log messages. One of: %v", log.GetRegisteredLogFormats()) }
FormatFlagHelp is the help description for the log.format flag.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.