|
15 | 15 | type: keyword |
16 | 16 | description: This dimension filters the data that you request for a specific Cluster identifier |
17 | 17 | # Commented out for now because elastic-package check fails (the regex check does not accept spaces) |
18 | | - # - name: service class |
19 | | - # type: keyword |
20 | | - # description: This dimension filters the data that you request for a specific WLM service class |
| 18 | + - name: service_class |
| 19 | + type: keyword |
| 20 | + description: This dimension filters the data that you request for a specific WLM service class |
21 | 21 | - name: stage |
22 | 22 | type: keyword |
23 | 23 | description: This dimension filters the data that you request for a specific execution stage for a query. |
|
33 | 33 | - name: redshift |
34 | 34 | type: group |
35 | 35 | fields: |
36 | | - - name: metrics |
37 | | - type: group |
38 | | - fields: |
39 | | - - name: commit_queue_length |
40 | | - type: long |
41 | | - description: The number of transactions waiting to commit at a given point in time. |
42 | | - - name: concurrency_scaling_active_clusters |
43 | | - type: long |
44 | | - description: The number of concurrency scaling clusters that are actively processing queries at any given time. |
45 | | - - name: concurrency_scaling_seconds |
46 | | - type: long |
47 | | - description: The number of seconds used by concurrency scaling clusters that have active query processing activity. |
48 | | - - name: cpu_utilization |
49 | | - type: scaled_float |
50 | | - description: The percentage of CPU utilization. For clusters, this metric represents an aggregation of all nodes (leader and compute) CPU utilization values. |
51 | | - - name: database_connections |
52 | | - type: long |
53 | | - description: The number of database connections to a cluster. |
54 | | - - name: health_status |
55 | | - type: scaled_float |
56 | | - description: Indicates the health of the cluster. Any value below 1 implies that the cluster was unhealthy |
57 | | - - name: maintenance_mode |
58 | | - type: scaled_float |
59 | | - description: Indicates whether the cluster is in maintenance mode. Any value greater than 0 means that the cluster was in maintenance mode. |
60 | | - - name: max_configured_concurrency_scaling_clusters |
61 | | - type: long |
62 | | - description: Maximum number of concurrency scaling clusters configured from the parameter group. |
63 | | - - name: network_receive_throughput |
64 | | - type: long |
65 | | - description: The rate at which the node or cluster receives data. |
66 | | - - name: network_transmit_throughput |
67 | | - type: long |
68 | | - description: The rate at which the node or cluster writes data. |
69 | | - - name: percentage_disk_space_used |
70 | | - type: scaled_float |
71 | | - description: The percent of disk space used. |
72 | | - - name: queries_completed_per_second |
73 | | - type: long |
74 | | - description: The average number of queries completed per second. |
75 | | - - name: queries_duration |
76 | | - type: long |
77 | | - description: The average amount of time to complete a query. |
78 | | - - name: query_runtime_breakdown |
79 | | - type: long |
80 | | - description: The total time queries spent running by query stage. |
81 | | - - name: read_iops |
82 | | - type: long |
83 | | - description: The average number of disk read operations per second. |
84 | | - - name: read_latency |
85 | | - type: long |
86 | | - description: The average amount of time taken for disk read I/O operations. |
87 | | - - name: read_throughput |
88 | | - type: long |
89 | | - description: The average number of bytes read from disk per second. |
90 | | - - name: total_table_count |
91 | | - type: long |
92 | | - description: The number of user tables open at a particular point in time. |
93 | | - - name: wlm_queue_length |
94 | | - type: long |
95 | | - description: The number of queries waiting to enter a workload management (WLM) queue. |
96 | | - - name: wlm_queue_wait_time |
97 | | - type: long |
98 | | - description: The total time queries spent waiting in the workload management (WLM) queue. |
99 | | - - name: wlm_queries_completed_per_second |
100 | | - type: long |
101 | | - description: The average number of queries completed per second for a workload management (WLM) queue. |
102 | | - - name: wlm_query_duration |
103 | | - type: long |
104 | | - description: The average length of time to complete a query for a workload management (WLM) queue. |
105 | | - - name: wlm_running_queries |
106 | | - type: long |
107 | | - description: The number of queries running from both the main cluster and concurrency scaling cluster per WLM queue. |
108 | | - - name: write_iops |
109 | | - type: long |
110 | | - description: The average number of write operations per second. |
111 | | - - name: write_latency |
112 | | - type: long |
113 | | - description: The average amount of time taken for disk write I/O operations. |
114 | | - - name: write_throughput |
115 | | - type: long |
116 | | - description: The average number of bytes written to disk per second. |
117 | | - - name: schema_quota |
118 | | - type: long |
119 | | - description: The configured quota for a schema. |
120 | | - - name: num_exceeds_schema_quotas |
121 | | - type: long |
122 | | - description: The number of schemas with exceeded quotas. |
123 | | - - name: storage_used |
124 | | - type: long |
125 | | - description: The disk or storage space used by a schema. |
126 | | - - name: percentage_quota_used |
127 | | - type: long |
128 | | - description: The percentage of disk or storage space used relative to the configured schema quota. |
| 36 | + - name: status.commit_queue_length |
| 37 | + type: long |
| 38 | + description: The number of transactions waiting to commit at a given point in time. |
| 39 | + - name: performance.concurrency_scaling_active_clusters |
| 40 | + type: long |
| 41 | + description: The number of concurrency scaling clusters that are actively processing queries at any given time. |
| 42 | + - name: performance.concurrency_scaling_seconds |
| 43 | + type: long |
| 44 | + description: The number of seconds used by concurrency scaling clusters that have active query processing activity. |
| 45 | + - name: cpu.cpu_utilization |
| 46 | + type: scaled_float |
| 47 | + description: The percentage of CPU utilization. For clusters, this metric represents an aggregation of all nodes (leader and compute) CPU utilization values. |
| 48 | + - name: status.database_connections |
| 49 | + type: long |
| 50 | + description: The number of database connections to a cluster. |
| 51 | + - name: status.health_status |
| 52 | + type: scaled_float |
| 53 | + description: Indicates the health of the cluster. Any value below 1 implies that the cluster was unhealthy |
| 54 | + - name: status.maintenance_mode |
| 55 | + type: scaled_float |
| 56 | + description: Indicates whether the cluster is in maintenance mode. Any value greater than 0 means that the cluster was in maintenance mode. |
| 57 | + - name: performance.max_configured_concurrency_scaling_clusters |
| 58 | + type: long |
| 59 | + description: Maximum number of concurrency scaling clusters configured from the parameter group. |
| 60 | + - name: network.network_receive_throughput |
| 61 | + type: long |
| 62 | + description: The rate at which the node or cluster receives data. |
| 63 | + - name: network.network_transmit_throughput |
| 64 | + type: long |
| 65 | + description: The rate at which the node or cluster writes data. |
| 66 | + - name: storage.percentage_disk_space_used |
| 67 | + type: scaled_float |
| 68 | + description: The percent of disk space used. |
| 69 | + - name: performance.queries_completed_per_second |
| 70 | + type: long |
| 71 | + description: The average number of queries completed per second. |
| 72 | + - name: performance.query_duration |
| 73 | + type: long |
| 74 | + description: The average amount of time to complete a query. |
| 75 | + - name: performance.query_runtime_breakdown |
| 76 | + type: long |
| 77 | + description: The total time queries spent running by query stage. |
| 78 | + - name: storage.read_iops |
| 79 | + type: long |
| 80 | + description: The average number of disk read operations per second. |
| 81 | + - name: storage.read_latency |
| 82 | + type: long |
| 83 | + description: The average amount of time taken for disk read I/O operations. |
| 84 | + - name: storage.read_throughput |
| 85 | + type: long |
| 86 | + description: The average number of bytes read from disk per second. |
| 87 | + - name: status.total_table_count |
| 88 | + type: long |
| 89 | + description: The number of user tables open at a particular point in time. |
| 90 | + - name: performance.wlm_queue_length |
| 91 | + type: long |
| 92 | + description: The number of queries waiting to enter a workload management (WLM) queue. |
| 93 | + - name: performance.wlm_queue_wait_time |
| 94 | + type: long |
| 95 | + description: The total time queries spent waiting in the workload management (WLM) queue. |
| 96 | + - name: performance.wlm_queries_completed_per_second |
| 97 | + type: long |
| 98 | + description: The average number of queries completed per second for a workload management (WLM) queue. |
| 99 | + - name: performance.wlm_query_duration |
| 100 | + type: long |
| 101 | + description: The average length of time to complete a query for a workload management (WLM) queue. |
| 102 | + - name: performance.wlm_running_queries |
| 103 | + type: long |
| 104 | + description: The number of queries running from both the main cluster and concurrency scaling cluster per WLM queue. |
| 105 | + - name: storage.write_iops |
| 106 | + type: long |
| 107 | + description: The average number of write operations per second. |
| 108 | + - name: storage.write_latency |
| 109 | + type: long |
| 110 | + description: The average amount of time taken for disk write I/O operations. |
| 111 | + - name: storage.write_throughput |
| 112 | + type: long |
| 113 | + description: The average number of bytes written to disk per second. |
| 114 | + - name: storage.schema_quota |
| 115 | + type: long |
| 116 | + description: The configured quota for a schema. |
| 117 | + - name: storages.num_exceeds_schema_quotas |
| 118 | + type: long |
| 119 | + description: The number of schemas with exceeded quotas. |
| 120 | + - name: storage.storage_used |
| 121 | + type: long |
| 122 | + description: The disk or storage space used by a schema. |
| 123 | + - name: storage.percentage_quota_used |
| 124 | + type: long |
| 125 | + description: The percentage of disk or storage space used relative to the configured schema quota. |
| 126 | + - name: storage.auto_vacuum_space_freed |
| 127 | + type: long |
| 128 | + description: Storage space reclaimed by auto vacuum delete operations. |
129 | 129 | - name: aws.cloudwatch.namespace |
130 | 130 | type: keyword |
131 | 131 | description: The namespace specified when query cloudwatch api. |
0 commit comments