Skip to content

Commit 80e88e3

Browse files
committed
[receiver/mysql] renaming metric
1 parent 4a28803 commit 80e88e3

11 files changed

Lines changed: 145 additions & 145 deletions

File tree

.chloggen/mysql-open-resources-slow-launch-threads.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ change_type: enhancement
77
component: receiver/mysql
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Add mysql.resources.open and mysql.threads.slow_launch metrics, disabled by default.
10+
note: Add mysql.resources.open and mysql.thread.slow_launch metrics, disabled by default.
1111

1212
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
1313
issues: [49867]

receiver/mysqlreceiver/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ The number of hits, misses or overflows for open tables cache lookups.
673673
| ---- | ----------- | ------ | ----------------- | ------------------- |
674674
| status | The status of cache access. | Str: ``hit``, ``miss``, ``overflow`` | Recommended | - |
675675
676-
### mysql.threads.slow_launch
676+
### mysql.thread.slow_launch
677677
678678
The number of threads that have taken more than slow_launch_time seconds to create.
679679

receiver/mysqlreceiver/internal/metadata/generated_config.go

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

receiver/mysqlreceiver/internal/metadata/generated_config_test.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

receiver/mysqlreceiver/internal/metadata/generated_metrics.go

Lines changed: 67 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)