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 e48af0e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 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 Expand Up @@ -1323,8 +1317,6 @@ func testHECMetrics(t *testing.T) {
"otelcol_exporter_sent_metric_points",
"otelcol_exporter_sent_log_records",
"otelcol_otelsvc_k8s_ip_lookup_miss",
"otelcol_processor_refused_log_records",
"otelcol_processor_dropped_log_records",
"otelcol_processor_accepted_log_records",
"otelcol_otelsvc_k8s_namespace_added",
"otelcol_otelsvc_k8s_pod_added",
Expand All @@ -1337,8 +1329,6 @@ func testHECMetrics(t *testing.T) {
"otelcol_process_runtime_total_sys_memory_bytes",
"otelcol_process_uptime",
"otelcol_processor_accepted_metric_points",
"otelcol_processor_dropped_metric_points",
"otelcol_processor_refused_metric_points",
"otelcol_receiver_accepted_metric_points",
"otelcol_receiver_refused_metric_points",
"otelcol_scraper_errored_metric_points",
Expand Down

0 comments on commit e48af0e

Please sign in to comment.