generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 19
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
1 parent
3b8990f
commit e8dd10d
Showing
20 changed files
with
7 additions
and
56 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
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
3 changes: 0 additions & 3 deletions
3
...rSupervisorCollectionTest__it_can_register_the_current_master_supervisor_collector__1.txt
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,3 @@ | ||
# HELP app_horizon_master_supervisors The number of master supervisors | ||
# TYPE app_horizon_master_supervisors gauge | ||
app_horizon_master_supervisors 0 | ||
# HELP php_info Information about the PHP environment. | ||
# TYPE php_info gauge | ||
php_info{version="8.2.0"} 1 |
4 changes: 1 addition & 3 deletions
4
...ots__/CurrentWorkloadCollectorTest__it_can_register_the_current_workload_collector__1.txt
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 @@ | ||
# HELP php_info Information about the PHP environment. | ||
# TYPE php_info gauge | ||
php_info{version="8.2.0"} 1 | ||
|
3 changes: 0 additions & 3 deletions
3
...FailedJobsPerHourCollectorTest__it_can_register_the_failed_jobs_per_hour_collector__1.txt
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,3 @@ | ||
# HELP app_horizon_failed_jobs_per_hour The number of recently failed jobs | ||
# TYPE app_horizon_failed_jobs_per_hour gauge | ||
app_horizon_failed_jobs_per_hour 0 | ||
# HELP php_info Information about the PHP environment. | ||
# TYPE php_info gauge | ||
php_info{version="8.2.0"} 1 |
3 changes: 0 additions & 3 deletions
3
...apshots__/HorizonStatusCollectorTest__it_can_register_the_horizon_status_collector__1.txt
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,3 @@ | ||
# HELP app_horizon_status The status of Horizon, -1 = inactive, 0 = paused, 1 = running | ||
# TYPE app_horizon_status gauge | ||
app_horizon_status -1 | ||
# HELP php_info Information about the PHP environment. | ||
# TYPE php_info gauge | ||
php_info{version="8.2.0"} 1 |
3 changes: 0 additions & 3 deletions
3
...pshots__/JobsPerMinuteCollectorTest__it_can_register_the_jobs_per_minute_collector__1.txt
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,3 @@ | ||
# HELP app_horizon_jobs_per_minute The number of jobs per minute | ||
# TYPE app_horizon_jobs_per_minute gauge | ||
app_horizon_jobs_per_minute 0 | ||
# HELP php_info Information about the PHP environment. | ||
# TYPE php_info gauge | ||
php_info{version="8.2.0"} 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
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
3 changes: 0 additions & 3 deletions
3
...est__it_can_render_a_gauge_that_returns_a_single_result_with_labels_in_the_closure__1.txt
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,3 @@ | ||
# HELP app_my_gauge | ||
# TYPE app_my_gauge gauge | ||
app_my_gauge{label_name="label_value"} 123 | ||
# HELP php_info Information about the PHP environment. | ||
# TYPE php_info gauge | ||
php_info{version="8.2.0"} 1 |
3 changes: 0 additions & 3 deletions
3
...pshots__/PrometheusMetricsControllerTest__it_can_render_a_gauge_with_a_plain_value__1.txt
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,3 @@ | ||
# HELP app_my_gauge | ||
# TYPE app_my_gauge gauge | ||
app_my_gauge 123.45 | ||
# HELP php_info Information about the PHP environment. | ||
# TYPE php_info gauge | ||
php_info{version="8.2.0"} 1 |
3 changes: 0 additions & 3 deletions
3
...napshots__/PrometheusMetricsControllerTest__it_can_render_a_gauge_with_all_options__1.txt
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,3 @@ | ||
# HELP other_namespace_alternative_name This is the help text | ||
# TYPE other_namespace_alternative_name gauge | ||
other_namespace_alternative_name 123.45 | ||
# HELP php_info Information about the PHP environment. | ||
# TYPE php_info gauge | ||
php_info{version="8.2.0"} 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
3 changes: 0 additions & 3 deletions
3
tests/__snapshots__/PrometheusMetricsControllerTest__it_can_render_a_simple_gauge__1.txt
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,3 @@ | ||
# HELP app_my_gauge | ||
# TYPE app_my_gauge gauge | ||
app_my_gauge 123.45 | ||
# HELP php_info Information about the PHP environment. | ||
# TYPE php_info gauge | ||
php_info{version="8.2.0"} 1 |
3 changes: 0 additions & 3 deletions
3
tests/__snapshots__/PrometheusMetricsControllerTest__it_can_use_a_custom_namespace__1.txt
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,3 @@ | ||
# HELP custom_namespace_my_gauge | ||
# TYPE custom_namespace_my_gauge gauge | ||
custom_namespace_my_gauge 123.45 | ||
# HELP php_info Information about the PHP environment. | ||
# TYPE php_info gauge | ||
php_info{version="8.2.0"} 1 |
3 changes: 0 additions & 3 deletions
3
...ts__/PrometheusMetricsControllerTest__it_will_convert_the_gauge_name_to_snake_case__1.txt
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,3 @@ | ||
# HELP app_my_gauge | ||
# TYPE app_my_gauge gauge | ||
app_my_gauge 123.45 | ||
# HELP php_info Information about the PHP environment. | ||
# TYPE php_info gauge | ||
php_info{version="8.2.0"} 1 |
4 changes: 1 addition & 3 deletions
4
.../PrometheusMetricsControllerTest__it_will_not_fail_with_no_metric_types_registered__1.txt
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 @@ | ||
# HELP php_info Information about the PHP environment. | ||
# TYPE php_info gauge | ||
php_info{version="8.2.0"} 1 | ||
|
3 changes: 0 additions & 3 deletions
3
...s__/PrometheusMetricsControllerTest__it_will_render_the_gauges_on_the_correct_urls__1.txt
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,3 @@ | ||
# HELP app_my_default_gauge | ||
# TYPE app_my_default_gauge gauge | ||
app_my_default_gauge 123.45 | ||
# HELP php_info Information about the PHP environment. | ||
# TYPE php_info gauge | ||
php_info{version="8.2.0"} 1 |
3 changes: 0 additions & 3 deletions
3
tests/__snapshots__/PrometheusTest__it_can_register_collector_classes__1.txt
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,3 @@ | ||
# HELP app_horizon_status The status of Horizon, -1 = inactive, 0 = paused, 1 = running | ||
# TYPE app_horizon_status gauge | ||
app_horizon_status -1 | ||
# HELP php_info Information about the PHP environment. | ||
# TYPE php_info gauge | ||
php_info{version="8.2.0"} 1 |
3 changes: 0 additions & 3 deletions
3
...s/__snapshots__/RecentJobsCollectorTest__it_can_register_the_recent_jobs_collector__1.txt
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,3 @@ | ||
# HELP app_horizon_recent_jobs The number of recent jobs | ||
# TYPE app_horizon_recent_jobs gauge | ||
app_horizon_recent_jobs 0 | ||
# HELP php_info Information about the PHP environment. | ||
# TYPE php_info gauge | ||
php_info{version="8.2.0"} 1 |