File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cookbooks/boxcutter_chef/files/metrics Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ chef_client_run_last_success_timestamp_seconds${tags} ${last_success_unix_epoch}
4545chef_client_run_duration_seconds${tags} ${elapsed_seconds}
4646# HELP chef_client_run_resources_total Total resources in the last Chef run.
4747# TYPE chef_client_run_resources_total gauge
48- chef_client_resources_total ${tags} ${all_resources_count}
48+ chef_client_run_resources_total ${tags} ${all_resources_count}
4949# HELP chef_client_run_updated_resources_total Updated resources in the last Chef run.
5050# TYPE chef_client_run_updated_resources_total gauge
51- chef_client_updated_resources_total ${tags} ${updated_resources_count}
51+ chef_client_run_updated_resources_total ${tags} ${updated_resources_count}
5252EOF
5353
5454 # Rename the temporary file atomically.
You can’t perform that action at this time.
0 commit comments