Skip to content

Commit

Permalink
fix: don't deprecate promlog or promlog/flag yet, we'll wait a while
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed Aug 27, 2024
1 parent 0b65ff4 commit d9caec8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions promlog/flag/flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
// Package flag defines standardised flag interactions for use with promlog
// across Prometheus components.
// It should typically only ever be imported by main packages.

// Deprecated: This package has been replaced with github.com/prometheus/common/promslog/flag.
package flag

import (
Expand Down
2 changes: 0 additions & 2 deletions promlog/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
// Package promlog defines standardised ways to initialize Go kit loggers
// across Prometheus components.
// It should typically only ever be imported by main packages.

// Deprecated: This package has been replaced with github.com/prometheus/common/promslog.
package promlog

import (
Expand Down

0 comments on commit d9caec8

Please sign in to comment.