mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-07 06:37:17 +02:00
Fix linting
Signed-off-by: Carrie Edwards <edwrdscarrie@gmail.com>
This commit is contained in:
parent
db3a7845c5
commit
455ab8806f
@ -577,8 +577,7 @@ func TestTemporality(t *testing.T) {
|
|||||||
|
|
||||||
c := NewPrometheusConverter()
|
c := NewPrometheusConverter()
|
||||||
settings := Settings{
|
settings := Settings{
|
||||||
AllowDeltaTemporality: tc.allowDelta,
|
AllowDeltaTemporality: tc.allowDelta,
|
||||||
//EnableTypeAndUnitLabels: tc.typeAndUnitLabels,
|
|
||||||
ConvertHistogramsToNHCB: tc.convertToNHCB,
|
ConvertHistogramsToNHCB: tc.convertToNHCB,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user