Skip to content

Commit

Permalink
docs: automated metrics update
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Actions <[email protected]>
  • Loading branch information
GitHub Actions committed Apr 13, 2023
1 parent db87108 commit 9c1055e
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions docs/partials/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,56 +4,56 @@ hetzner_request_duration_seconds{collector}
hetzner_request_failures_total{collector}
: Total number of failed requests to the api per collector

hetzner_server_cancelled{id, name, datacenter}
hetzner_server_cancelled{<prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>}
: If 1 the server have been cancelled, 0 otherwise

hetzner_server_flatrate{id, name, datacenter}
hetzner_server_flatrate{<prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>}
: If 1 the server got a flatrate enabled, 0 otherwise

hetzner_server_paid_timestamp{id, name, datacenter}
hetzner_server_paid_timestamp{<prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>}
: Timestamp of the date until server is paid

hetzner_server_running{id, name, datacenter}
hetzner_server_running{<prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>}
: If 1 the server is running, 0 otherwise

hetzner_server_traffic_bytes{id, name, datacenter}
hetzner_server_traffic_bytes{<prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>}
: Amount of included traffic for the server

hetzner_ssh_key{name, type, size, fingerprint}
hetzner_ssh_key{<prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>}
: Information about SSH keys in your Hetzner robot

hetzner_storagebox_cancelled{id, name, location, login}
hetzner_storagebox_cancelled{<prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>}
: If 1 the storagebox have been cancelled, 0 otherwise

hetzner_storagebox_data{id, name, location, login}
hetzner_storagebox_data{<prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>}
: Used storage by files for the storagebox in MB

hetzner_storagebox_external{id, name, location, login}
hetzner_storagebox_external{<prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>}
: If 1 the storagebox can be accessed from external, 0 otherwise

hetzner_storagebox_locked{id, name, location, login}
hetzner_storagebox_locked{<prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>}
: If 1 the storagebox have been locked, 0 otherwise

hetzner_storagebox_paid{id, name, location, login}
hetzner_storagebox_paid{<prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>}
: Timestamp of the date until storagebox is paid

hetzner_storagebox_quota{id, name, location, login}
hetzner_storagebox_quota{<prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>}
: Available storage for the storagebox in MB

hetzner_storagebox_samba{id, name, location, login}
hetzner_storagebox_samba{<prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>}
: If 1 the storagebox can be accessed via samba, 0 otherwise

hetzner_storagebox_snapshots{id, name, location, login}
hetzner_storagebox_snapshots{<prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>}
: Used storage by snapshots for the storagebox in MB

hetzner_storagebox_ssh{id, name, location, login}
hetzner_storagebox_ssh{<prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>}
: If 1 the storagebox can be accessed via ssh, 0 otherwise

hetzner_storagebox_usage{id, name, location, login}
hetzner_storagebox_usage{<prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>}
: Used storage for the storagebox in MB

hetzner_storagebox_webdav{id, name, location, login}
hetzner_storagebox_webdav{<prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>}
: If 1 the storagebox can be accessed via webdav, 0 otherwise

hetzner_storagebox_zfs{id, name, location, login}
hetzner_storagebox_zfs{<prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>, <prometheus.ConstrainedLabel Value>}
: If 1 the zfs directory is visible, 0 otherwise

0 comments on commit 9c1055e

Please sign in to comment.