Skip to content

Commit

Permalink
testdata: update golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Dec 3, 2024
1 parent 62c2dc4 commit fd0459d
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion testdata/TestDialerMetricsErrors.golden.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# HELP test_dialer_errors_total Number of dialer errors
# HELP test_dialer_errors_total Number of errors dialing connections
# TYPE test_dialer_errors_total counter
test_dialer_errors_total{host="localhost"} 1
12 changes: 6 additions & 6 deletions testdata/TestDialerMetrics_default.golden.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HELP test_dialer_closed_total Number of closed connections
# TYPE test_dialer_closed_total counter
test_dialer_closed_total{host="localhost"} 10
# HELP test_dialer_dialed_total Number of dialed connections
# TYPE test_dialer_dialed_total counter
test_dialer_dialed_total{host="localhost"} 10
# HELP test_dialer_cx_active Number of active connections
# TYPE test_dialer_cx_active gauge
test_dialer_cx_active{host="localhost"} 0
# HELP test_dialer_cx_total Number of dialed connections
# TYPE test_dialer_cx_total counter
test_dialer_cx_total{host="localhost"} 10
12 changes: 6 additions & 6 deletions testdata/TestDialerMetrics_traffic.golden.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# HELP test_dialer_closed_total Number of closed connections
# TYPE test_dialer_closed_total counter
test_dialer_closed_total{host="localhost"} 10
# HELP test_dialer_dialed_total Number of dialed connections
# TYPE test_dialer_dialed_total counter
test_dialer_dialed_total{host="localhost"} 10
# HELP test_dialer_cx_active Number of active connections
# TYPE test_dialer_cx_active gauge
test_dialer_cx_active{host="localhost"} 0
# HELP test_dialer_cx_total Number of dialed connections
# TYPE test_dialer_cx_total counter
test_dialer_cx_total{host="localhost"} 10
# HELP test_dialer_rx_bytes_total Total number of bytes read by the dialer.
# TYPE test_dialer_rx_bytes_total counter
test_dialer_rx_bytes_total{conn_id="0"} 1
Expand Down
12 changes: 6 additions & 6 deletions testdata/TestListenerMetricsAccepted.golden.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# HELP test_listener_accepted_total Number of accepted connections
# TYPE test_listener_accepted_total counter
test_listener_accepted_total 10
# HELP test_listener_closed_total Number of closed connections
# TYPE test_listener_closed_total counter
test_listener_closed_total 10
# HELP test_listener_cx_active Number of active connections
# TYPE test_listener_cx_active gauge
test_listener_cx_active 0
# HELP test_listener_cx_total Number of accepted connections
# TYPE test_listener_cx_total counter
test_listener_cx_total 10
# HELP test_listener_errors_total Number of listener errors when accepting connections
# TYPE test_listener_errors_total counter
test_listener_errors_total 0
12 changes: 6 additions & 6 deletions testdata/TestListenerMetricsAcceptedWithTLS.golden.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# HELP test_listener_accepted_total Number of accepted connections
# TYPE test_listener_accepted_total counter
test_listener_accepted_total 10
# HELP test_listener_closed_total Number of closed connections
# TYPE test_listener_closed_total counter
test_listener_closed_total 10
# HELP test_listener_cx_active Number of active connections
# TYPE test_listener_cx_active gauge
test_listener_cx_active 0
# HELP test_listener_cx_total Number of accepted connections
# TYPE test_listener_cx_total counter
test_listener_cx_total 10
# HELP test_listener_errors_total Number of listener errors when accepting connections
# TYPE test_listener_errors_total counter
test_listener_errors_total 0
12 changes: 6 additions & 6 deletions testdata/TestListenerMetricsClosed.golden.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# HELP test_listener_accepted_total Number of accepted connections
# TYPE test_listener_accepted_total counter
test_listener_accepted_total 1
# HELP test_listener_closed_total Number of closed connections
# TYPE test_listener_closed_total counter
test_listener_closed_total 1
# HELP test_listener_cx_active Number of active connections
# TYPE test_listener_cx_active gauge
test_listener_cx_active 0
# HELP test_listener_cx_total Number of accepted connections
# TYPE test_listener_cx_total counter
test_listener_cx_total 1
# HELP test_listener_errors_total Number of listener errors when accepting connections
# TYPE test_listener_errors_total counter
test_listener_errors_total 0
12 changes: 6 additions & 6 deletions testdata/TestListenerMetricsErrors.golden.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# HELP test_listener_accepted_total Number of accepted connections
# TYPE test_listener_accepted_total counter
test_listener_accepted_total 0
# HELP test_listener_closed_total Number of closed connections
# TYPE test_listener_closed_total counter
test_listener_closed_total 0
# HELP test_listener_cx_active Number of active connections
# TYPE test_listener_cx_active gauge
test_listener_cx_active 0
# HELP test_listener_cx_total Number of accepted connections
# TYPE test_listener_cx_total counter
test_listener_cx_total 0
# HELP test_listener_errors_total Number of listener errors when accepting connections
# TYPE test_listener_errors_total counter
test_listener_errors_total 1
16 changes: 8 additions & 8 deletions testdata/TestMultiListenerMetrics.golden.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# HELP test_listener_accepted_total Number of accepted connections
# TYPE test_listener_accepted_total counter
test_listener_accepted_total{name="a"} 10
test_listener_accepted_total{name="b"} 10
# HELP test_listener_closed_total Number of closed connections
# TYPE test_listener_closed_total counter
test_listener_closed_total{name="a"} 10
test_listener_closed_total{name="b"} 10
# HELP test_listener_cx_active Number of active connections
# TYPE test_listener_cx_active gauge
test_listener_cx_active{name="a"} 0
test_listener_cx_active{name="b"} 0
# HELP test_listener_cx_total Number of accepted connections
# TYPE test_listener_cx_total counter
test_listener_cx_total{name="a"} 10
test_listener_cx_total{name="b"} 10
# HELP test_listener_errors_total Number of listener errors when accepting connections
# TYPE test_listener_errors_total counter
test_listener_errors_total{name="a"} 0
Expand Down

0 comments on commit fd0459d

Please sign in to comment.