Skip to content

Commit

Permalink
remove unnecessary TODOs
Browse files Browse the repository at this point in the history
Signed-off-by: alexgreenbank <[email protected]>
  • Loading branch information
alexgreenbank committed Jan 10, 2025
1 parent 419d327 commit 9e9e117
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/distributor/distributor.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ type PushMetrics struct {
// Influx metrics.
influxRequestCounter *prometheus.CounterVec
influxUncompressedBodySize *prometheus.HistogramVec
// TODO(alexg): more influx metrics here?
// OTLP metrics.
otlpRequestCounter *prometheus.CounterVec
uncompressedBodySize *prometheus.HistogramVec
Expand All @@ -316,7 +315,6 @@ func newPushMetrics(reg prometheus.Registerer) *PushMetrics {
Name: "cortex_distributor_influx_requests_total",
Help: "The total number of Influx requests that have come in to the distributor.",
}, []string{"user"}),
// TODO(alexg): separate from uncompressedBodySize?
influxUncompressedBodySize: promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{
Name: "cortex_distributor_influx_uncompressed_request_body_size_bytes",
Help: "Size of uncompressed request body in bytes.",
Expand Down

0 comments on commit 9e9e117

Please sign in to comment.