We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b65ff4 commit a7e4e32Copy full SHA for a7e4e32
promlog/flag/flag.go
@@ -14,8 +14,6 @@
14
// Package flag defines standardised flag interactions for use with promlog
15
// across Prometheus components.
16
// It should typically only ever be imported by main packages.
17
-
18
-// Deprecated: This package has been replaced with github.com/prometheus/common/promslog/flag.
19
package flag
20
21
import (
promlog/log.go
// Package promlog defines standardised ways to initialize Go kit loggers
-// Deprecated: This package has been replaced with github.com/prometheus/common/promslog.
package promlog
0 commit comments