-
Notifications
You must be signed in to change notification settings - Fork 4.9k
/
fields.yml
68 lines (68 loc) · 2.57 KB
/
fields.yml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
- name: transaction_log
type: group
description: transaction_log metricset will fetch information about the operation and transaction log of each database from a MSSQL instance
release: ga
fields:
- name: space_usage
type: group
description: Space usage information for the transaction log
fields:
- name: since_last_backup
description: The amount of space used since the last log backup
type: group
fields:
- name: bytes
description: The amount of space used since the last log backup in bytes
type: long
- name: total
type: group
description: The size of the log
fields:
- name: bytes
description: The size of the log in bytes
type: long
- name: used
type: group
description: The occupied size of the log
fields:
- name: bytes
description: The occupied size of the log in bytes
type: long
- name: pct
description: A percentage of the occupied size of the log as a percent of the total log size
type: float
- name: stats
type: group
description: Returns summary level attributes and information on transaction log files of databases. Use this information for monitoring and diagnostics of transaction log health.
fields:
- name: active_size
description: Total active transaction log size.
type: group
fields:
- name: bytes
description: Total active transaction log size in bytes
type: long
- name: backup_time
type: date
description: Last transaction log backup time.
- name: recovery_size
type: group
description: Log size since log recovery log sequence number (LSN).
fields:
- name: bytes
description: Log size in bytes since log recovery log sequence number (LSN).
type: long
- name: since_last_checkpoint
type: group
description: Log size since last checkpoint log sequence number (LSN).
fields:
- name: bytes
description: Log size in bytes since last checkpoint log sequence number (LSN).
type: long
- name: total_size
type: group
description: Total transaction log size.
fields:
- name: bytes
description: Total transaction log size in bytes.
type: long