Skip to content

Commit

Permalink
Revert GMP naming test update
Browse files Browse the repository at this point in the history
Reverts test change from 50e80b0 now that
normalizaton is disabled again by default.
  • Loading branch information
damemi committed Jul 14, 2023
1 parent ff80a97 commit 86da3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exporter/collector/googlemanagedprometheus/naming_test.go
Expand Up @@ -53,7 +53,7 @@ func TestGetMetricName(t *testing.T) {
sum := m.SetEmptySum()
sum.SetIsMonotonic(true)
},
expected: "foo_total/counter",
expected: "foo/counter",
},
{
desc: "sum with total",
Expand All @@ -74,7 +74,7 @@ func TestGetMetricName(t *testing.T) {
sum := m.SetEmptySum()
sum.SetIsMonotonic(true)
},
expected: "foo_seconds_total/counter",
expected: "foo_total/counter",
},
{
desc: "gauge",
Expand Down

0 comments on commit 86da3ab

Please sign in to comment.