Skip to content
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

Mysql metrics addition #2576

Closed
wants to merge 4 commits into from

Conversation

hecomp
Copy link

@hecomp hecomp commented May 23, 2022

Added MySQL metrics from MYSQL Metrics Receiver

All these are the original metrics/values, with the only change of including db as a prefix.

Added

  • buffer_pool.pages
  • buffer_pool.data_pages
  • buffer_pool.page_flushes
  • buffer_pool.operations
  • buffer_pool.limit
  • buffer_pool.usage
  • commands
  • handlers
  • double_writes
  • log_operations
  • operations
  • page_operations
  • row_locks
  • row_operations
  • locks
  • sorts
  • threads

@hecomp hecomp requested review from a team May 23, 2022 18:15
@reyang
Copy link
Member

reyang commented May 24, 2022

Please follow https://github.com/open-telemetry/opentelemetry-specification/blob/main/CONTRIBUTING.md#proposing-a-change and create a linked issue. Consider turning off this to a Draft PR before the linked issue got accepted.

@reyang reyang closed this May 24, 2022
@hecomp hecomp deleted the mysql-metrics-addition branch May 24, 2022 19:18
@hecomp hecomp restored the mysql-metrics-addition branch May 24, 2022 19:19
@arminru arminru added area:semantic-conventions Related to semantic conventions spec:metrics Related to the specification/metrics directory semconv:database labels Jun 8, 2022
@tigrannajaryan
Copy link
Member

tigrannajaryan commented Jun 9, 2022

Depends on #2610

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:semantic-conventions Related to semantic conventions semconv:database spec:metrics Related to the specification/metrics directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants