Skip to content

Commit 6e8f9c4

Browse files
committed
metrics: remove prometheus metrics collection.
Remove the original, now unused prometheus-based metrics collection and remaining collectors. Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
1 parent 49bc6f5 commit 6e8f9c4

File tree

5 files changed

+1
-1203
lines changed

5 files changed

+1
-1203
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ require (
1717
github.com/onsi/gomega v1.35.1
1818
github.com/pelletier/go-toml/v2 v2.1.0
1919
github.com/prometheus/client_golang v1.23.0
20-
github.com/prometheus/client_model v0.6.2
2120
github.com/sirupsen/logrus v1.9.3
2221
github.com/stretchr/testify v1.11.1
2322
go.opentelemetry.io/otel v1.38.0
@@ -78,6 +77,7 @@ require (
7877
github.com/opencontainers/runtime-spec v1.1.0 // indirect
7978
github.com/pkg/errors v0.9.1 // indirect
8079
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
80+
github.com/prometheus/client_model v0.6.2 // indirect
8181
github.com/prometheus/common v0.65.0 // indirect
8282
github.com/prometheus/otlptranslator v0.0.2 // indirect
8383
github.com/prometheus/procfs v0.17.0 // indirect

pkg/metrics/collectors/collectors.go

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)