mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-24 12:07:59 +00:00
PMM-12893 Cleanup
This commit is contained in:
parent
96b7d12d15
commit
13516602b5
@ -25,10 +25,9 @@ import (
|
||||
type MetricResolution string
|
||||
|
||||
const (
|
||||
DISABLED MetricResolution = ""
|
||||
LR MetricResolution = "lr"
|
||||
MR MetricResolution = "mr"
|
||||
HR MetricResolution = "hr"
|
||||
LR MetricResolution = "lr"
|
||||
MR MetricResolution = "mr"
|
||||
HR MetricResolution = "hr"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Loading…
Reference in New Issue
Block a user