-
Notifications
You must be signed in to change notification settings - Fork 577
Expand file tree
/
Copy pathfields.yml
More file actions
33 lines (33 loc) · 1.29 KB
/
fields.yml
File metadata and controls
33 lines (33 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
- name: mssql
type: group
fields:
- name: metrics
type: group
fields:
- name: server_name
type: keyword
description: SQL Server instance name where metrics were collected.
- name: name
type: keyword
description: Availability group name.
- name: group_id
type: keyword
description: Unique identifier (GUID) of the availability group.
- name: primary_replica
type: keyword
description: Server name of the current primary replica.
- name: synchronization_health
type: keyword
description: AG synchronization health status (0 = NOT_HEALTHY, 1 = PARTIALLY_HEALTHY, 2 = HEALTHY).
- name: synchronization_health_desc
type: keyword
description: Text description of AG synchronization health.
- name: primary_recovery_health
type: keyword
description: Primary replica recovery health (0 = ONLINE_IN_PROGRESS, 1 = ONLINE. NULL on secondary replicas).
- name: secondary_recovery_health
type: keyword
description: Secondary replica recovery health (0 = ONLINE_IN_PROGRESS, 1 = ONLINE. NULL on primary replicas).
- name: query
type: keyword
description: The SQL queries executed.