Skip to content

Update JMX metric name in documentation#14990

Merged
ebyhr merged 1 commit intotrinodb:masterfrom
oneonestar:fix_doc
Nov 11, 2022
Merged

Update JMX metric name in documentation#14990
ebyhr merged 1 commit intotrinodb:masterfrom
oneonestar:fix_doc

Conversation

@oneonestar
Copy link
Copy Markdown
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