Opsgenie Exporter provides a set of Prometheus metrics that offer insights into various aspects of Opsgenie configuration and usage. Below is a detailed description of each metric exported by the Opsgenie Exporter.
- Description: Timestamp of the last successful update of the metrics from Opsgenie.
- Type: Gauge
- Labels: None
- Description: The total number of users in Opsgenie.
- Type: Gauge
- Labels:
key
: Fixed label with value "total".
- Description: The number of users currently blocked in Opsgenie.
- Type: Gauge
- Labels:
key
: Fixed label with value "blocked".
- Description: The number of users with unverified accounts in Opsgenie.
- Type: Gauge
- Labels:
key
: Fixed label with value "unverified".
- Description: Indicates the verification status of a specific Opsgenie user.
1
for verified,0
for unverified. - Type: Gauge
- Labels:
username
: The username of the Opsgenie user.
- Description: The total number of teams configured in Opsgenie.
- Type: Gauge
- Labels: None
- Description: Provides various attributes of the Opsgenie account.
- Type: Gauge
- Labels:
key
: The specific attribute of the account being reported. Possible values include "userCount", "maxUserCount", and "isYearly".
- Description: The total number of Opsgenie integrations by type.
- Type: Gauge
- Labels:
type
: The type of the integration (e.g., "email", "API", "slack").
- Description: The total number of heartbeats configured in Opsgenie.
- Type: Gauge
- Labels: None
- Description: The total number of enabled heartbeats in Opsgenie.
- Type: Gauge
- Labels: None
- Description: Indicates whether a specific Opsgenie heartbeat is expired.
1
for expired,0
for not expired. - Type: Gauge
- Labels:
team
: The name of the team owning the heartbeat.
This documentation should be included in your project repository to assist users in understanding the metrics provided by the Opsgenie Exporter.