-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
45 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters