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

Update JMX metric name in documentation #14990

Merged
merged 1 commit into from
Nov 11, 2022
Merged

Conversation

oneonestar
Copy link
Member

Description

Update JMX metric name

Non-technical explanation

TaskManager has been refactored to SqlTaskManager since version 372.
78cb3d5

Verify:

# HELP trino_execution_SqlTaskManager_InputPositions_FifteenMinute_Count  trino.execution:name=SqlTaskManager,type=null,attribute=InputPositions.FifteenMinute.Count
# TYPE trino_execution_SqlTaskManager_InputPositions_FifteenMinute_Count untyped
trino_execution_SqlTaskManager_InputPositions_FifteenMinute_Count 0.0

# HELP trino_execution_SqlTaskManager_InputDataSize_TotalCount  trino.execution:name=SqlTaskManager,type=null,attribute=InputDataSize.TotalCount
# TYPE trino_execution_SqlTaskManager_InputDataSize_TotalCount untyped
trino_execution_SqlTaskManager_InputDataSize_TotalCount 0.0
...

Release notes

( x ) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

@cla-bot cla-bot bot added the cla-signed label Nov 10, 2022
@github-actions github-actions bot added the docs label Nov 11, 2022
@ebyhr ebyhr added the no-release-notes This pull request does not require release notes entry label Nov 11, 2022
@ebyhr ebyhr changed the title Update JMX metric name Update JMX metric name in documentation Nov 11, 2022
@ebyhr ebyhr merged commit 00d999d into trinodb:master Nov 11, 2022
@github-actions github-actions bot added this to the 403 milestone Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed docs no-release-notes This pull request does not require release notes entry
Development

Successfully merging this pull request may close these issues.

2 participants