-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[receiver/mysql] add support for more metrics #14138
Comments
Pinging code owners: @djaglowski. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Most of these appear to be reasonable to add. I don't think the query ones will work, unless they are counts of queries. In any case, I would certainly appreciate if you'd break this into several PRs so I can process them. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
It seems that we managed to introduce all needed metrics into otelcol. Thanks to everyone who helped in that. |
@aboguszewski-sumo @sumo-drosiek Looks like |
Is your feature request related to a problem? Please describe.
Sumo Logic MySQL app uses metrics that are not scraped by the
mysqlreceiver
. The exact list of metrics needed is here (some are already supported, but some, like theperf
ones, are missing).Describe the solution you'd like
New metrics can be added by modifying
metadata.yaml
file and generating code usingmdatagen
.However, the amount of missing metrics is quite big. If I'm not mistaken, there are 71 missing metrics in total. Because of that, my suggestion is to add them in several separate pull requests.
Describe alternatives you've considered
No response
Additional context
This issue is very similar to #14095. However, it requires way more metrics to be added and I'd like to have your opinion on whether it's worth adding them before starting the work.
Telegraf plugin docs: https://www.influxdata.com/integration/mysql-performance-monitoring/
Telegraf plugin on GitHub: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/mysql
Full list of metrics needed by Sumo Logic: https://help.sumologic.com/07Sumo-Logic-Apps/12Databases/MySQL/MySQL_Metrics
Metrics that are missing:
Click to expand
The text was updated successfully, but these errors were encountered: