Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d3a0fab

Browse files
agithomasgizas
authored andcommitted
[MySQL] Added missing dimensions to the performance datastream (#9219)
* Added missing dimensions for MySQL performance datastream
1 parent 1e9dea9 commit d3a0fab

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

packages/mysql/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: 1.18.1
3+
changes:
4+
- description: Add missing dimension to the performance datastream.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/9219
27
- version: 1.18.0
38
changes:
49
- description: Enable 'secret' for the sensitive fields, supported from 8.12.

packages/mysql/data_stream/performance/fields/fields.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
description: Table name
5050
- name: index.name
5151
type: keyword
52+
# To support multiple index names
53+
dimension: true
5254
description: |
5355
Name of the index that was used when the table I/O wait event was recorded. PRIMARY indicates that table I/O used the primary index. NULL means that table I/O used no index. Inserts are counted against INDEX_NAME = NULL
5456
- name: count.fetch

packages/mysql/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: "3.0.2"
22
name: mysql
33
title: MySQL
4-
version: "1.18.0"
4+
version: "1.18.1"
55
description: Collect logs and metrics from MySQL servers with Elastic Agent.
66
type: integration
77
categories:

0 commit comments

Comments
 (0)