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