forked from DataDog/integrations-extras
-
Notifications
You must be signed in to change notification settings - Fork 0
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
4 changed files
with
20 additions
and
20 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
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 @@ | ||
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name | ||
cert_manager.prometheus.health,gauge,,,,Whether the check is able to connect to the metrics endpoint,0,cert_manager,cm.health | ||
cert_manager.certificate_ready_status,gauge,,,,The ready status of the certificate,0,cert_manager,cm.cert_ready_status | ||
cert_manager.certificate_expiration_timestamp,gauge,,second,,The date after which the certificate expires. Expressed as a Unix Epoch Time,0,cert_manager,cm.cert_exp_time | ||
cert_manager.acme_client_request_count,count,,,,The number of requests made by the ACME client,1,cert_manager,cm.acme_req_cnt | ||
cert_manager.acme_client_request_duration.sum,gauge,,,,The sum of the HTTP request latencies in seconds for the ACME client,1,cert_manager,cm.req_duration.sum | ||
cert_manager.acme_client_request_duration.count,gauge,,,,The count of the HTTP request latencies in seconds for the ACME client,1,cert_manager,cm.req_duration.cnt | ||
cert_manager.acme_client_request_duration.quantile,gauge,,,,The quantiles of the HTTP request latencies in seconds for the ACME client,1,cert_manager,cm.req_duration.quant | ||
cert_manager.controller_sync_call_count,count,,,,The number of sync() calls made by a controller,1,cert_manager,cm.sync_call_cnt | ||
cert_manager.certificate.ready_status,gauge,,,,The ready status of the certificate,0,cert_manager,cm.cert_ready_status | ||
cert_manager.certificate.expiration_timestamp,gauge,,second,,The date after which the certificate expires. Expressed as a Unix Epoch Time,0,cert_manager,cm.cert_exp_time | ||
cert_manager.acme_client.request.count,count,,,,The number of requests made by the ACME client,1,cert_manager,cm.acme_req_cnt | ||
cert_manager.acme_client.request.duration.sum,gauge,,,,The sum of the HTTP request latencies in seconds for the ACME client,1,cert_manager,cm.req_duration.sum | ||
cert_manager.acme_client.request.duration.count,gauge,,,,The count of the HTTP request latencies in seconds for the ACME client,1,cert_manager,cm.req_duration.cnt | ||
cert_manager.acme_client.request.duration.quantile,gauge,,,,The quantiles of the HTTP request latencies in seconds for the ACME client,1,cert_manager,cm.req_duration.quant | ||
cert_manager.controller.sync_call.count,count,,,,The number of sync() calls made by a controller,1,cert_manager,cm.sync_call_cnt |
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