Metrics endpoints
Prometheus metrics
NOTE: <engineId/agentId> in all following tables is the unique identifier provided during the deployment of 'metrics monitor' instance on AWS.
Certificate
isv_cert_sigalgo_<engineId>
Distribution based on the signature algorithm
isv_cert_expiry_<engineId>
Count of certificates expired, about to expire in 1, 3, 6, 12 months and beyond 12 months
isv_cert_metrics_<engineId>
Count by the type of certificate (signer, personal)
Identity Agent
isv_iac_count_<engineId>
Total count of configured identity Agents
isv_iac_purpose_<engineId>
Distribution based in purpose
isv_iac_status_<engineId>
Status of Identity agent (up/down)
isv_ia_uptime_<engineId>
Uptime by host
Web hooks
isv_wh_type_count_<engineId>
Total count of configured web hooks
isv_wh_type_count_<engineId>
Distribution by the type
isv_wh_status_<engineId>
Current status of web hook (up/down)
Tenant and Applications
isv_agent_hearthbeat_<engineId>
Accessibility of tenant (up/down)
isv_app_stats_<engineId>
Total count of applications
Distribution by application status (enabled/disabled) Distribution by application type
Users and Groups
isv_entity_count_<engineId>
Count of total number of users Count of total number of groups
isv_group_members_stats_<engineId>
Group membership distribution count
Security
isv_auth_activity_<dutation>_<engineId>
Count of authentication activities in a specified duration
isv_theat_activity_<dutation>_<engineId>
Count of threat activities in a specified duration
isv_admin_activity_<dutation>_<engineId>
Count of administrative activities in a specified duration
isv_pwd_check_activity_<dutation>_<engineId>
Count of password check activities in a specified duration
isv_mfa_activity_<dutation>_<engineId>
Count of multi-factor authentication activities in a specified duration
Supported values for <duration> are 1d, 15d and 30d. Here 'd' stands for days which means 1d is 1 day.
Last updated