Skip to content

Commit

Permalink
do not check for dropped and refused data points, they are not report…
Browse files Browse the repository at this point in the history
…ed anymore
  • Loading branch information
atoulme committed Oct 15, 2024
1 parent bbf19b8 commit 0d80506
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions functional_tests/functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1044,10 +1044,6 @@ func testAgentMetrics(t *testing.T) {
"otelcol_exporter_sent_spans",
"otelcol_otelsvc_k8s_ip_lookup_miss",
"otelcol_processor_accepted_spans",
"otelcol_processor_dropped_spans",
"otelcol_processor_refused_spans",
"otelcol_processor_refused_log_records",
"otelcol_processor_dropped_log_records",
"otelcol_processor_accepted_log_records",
"otelcol_exporter_queue_size",
"otelcol_exporter_sent_metric_points",
Expand All @@ -1065,8 +1061,6 @@ func testAgentMetrics(t *testing.T) {
"otelcol_processor_accepted_metric_points",
"otelcol_processor_filter_logs_filtered",
"otelcol_receiver_accepted_metric_points",
"otelcol_processor_dropped_metric_points",
"otelcol_processor_refused_metric_points",
"otelcol_receiver_accepted_log_records",
"otelcol_receiver_refused_log_records",
"otelcol_receiver_refused_metric_points",
Expand Down

0 comments on commit 0d80506

Please sign in to comment.