mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-04 22:22:39 -04:00
Update storage/remote/otlptranslator/prometheusremotewrite/metrics_to_prw_test.go
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Signed-off-by: George Krajcsovits <krajorama@users.noreply.github.com>
This commit is contained in:
parent
f5c7ef3d9d
commit
1b2cf7edcf
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ import (
|
|||
)
|
||||
|
||||
func TestFromMetrics(t *testing.T) {
|
||||
|
||||
for _, keepIdentifyingResourceAttributes := range []bool{false, true} {
|
||||
t.Run(fmt.Sprintf("successful/keepIdentifyingAttributes=%v", keepIdentifyingResourceAttributes), func(t *testing.T) {
|
||||
converter := NewPrometheusConverter()
|
||||
|
|
|
|||
Loading…
Reference in a new issue