You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- In the mysqld exporter integration, some metrics are removed and others are renamed. (@marctc)
18
+
- Removed metrics:
19
+
- "mysql_last_scrape_failed" (gauge)
20
+
- "mysql_exporter_scrapes_total" (counter)
21
+
- "mysql_exporter_scrape_errors_total" (counter)
22
+
- Metric names in the `info_schema.processlist` collector have been [changed](https://github.com/prometheus/mysqld_exporter/pull/603).
23
+
- Metric names in the `info_schema.replica_host` collector have been [changed](https://github.com/prometheus/mysqld_exporter/pull/496).
24
+
- Changes related to `replication_group_member_stats collector`:
25
+
- metric "transaction_in_queue" was Counter instead of Gauge
26
+
- renamed 3 metrics starting with `mysql_perf_schema_transaction_` to start with `mysql_perf_schema_transactions_` to be consistent with column names.
27
+
- exposing only server's own stats by matching `MEMBER_ID` with `@@server_uuid` resulting "member_id" label to be dropped.
28
+
29
+
### Other changes
30
+
31
+
- Bump `mysqld_exporter` version to v0.15.0. (@marctc)
32
+
17
33
### Features
18
34
19
35
- Added a new `stage.decolorize` stage to `loki.process` component which
@@ -93,6 +95,12 @@ The following blocks are supported inside the definition of
93
95
94
96
View more detailed documentation on the tables used in `perf_schema_file_instances_filter` and `perf_schema_file_instances_remove_prefix`[in the MySQL documentation](https://dev.mysql.com/doc/mysql-perfschema-excerpt/8.0/en/performance-schema-file-summary-tables.html).
95
97
98
+
### perf_schema.memory_events block
99
+
100
+
| Name | Type | Description | Default | Required |
// TODO(mattdurham): this is to allow defaults to propogate properly.
706
+
// TODO(mattdurham): this is to allow defaults to propogate properly: https://github.com/prometheus-community/windows_exporter/pull/1227
// TODO(marctc, mattdurham): Replace node_export with custom fork for multi usage. https://github.com/prometheus/node_exporter/pull/2812
0 commit comments