HDDS-1721 : Client Metrics are not being pushed to the configured sin…#1034
Merged
bharatviswa504 merged 2 commits intoapache:trunkfrom Jul 17, 2019
Merged
HDDS-1721 : Client Metrics are not being pushed to the configured sin…#1034bharatviswa504 merged 2 commits intoapache:trunkfrom
bharatviswa504 merged 2 commits intoapache:trunkfrom
Conversation
…k while running a hadoop command to write to Ozone.
Contributor
Author
|
/label ozone |
Contributor
|
Hi @avijayanhwx |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
bharatviswa504
approved these changes
Jul 17, 2019
Contributor
bharatviswa504
left a comment
There was a problem hiding this comment.
+1 LGTM.
As discussed offline, @avijayanhwx will write a cwiki article to document the steps.
shanthoosh
pushed a commit
to shanthoosh/hadoop
that referenced
this pull request
Oct 15, 2019
…emote table (apache#1034) * SAMZA-2185: Added ability to expose remote store specific features in remote table * Updated based on review comments
amahussein
pushed a commit
to amahussein/hadoop
that referenced
this pull request
Oct 29, 2019
…k while running a hadoop command to write to Ozone. (apache#1034)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…k while running a hadoop command to write to Ozone.
Metrics system needs to be initialized for the sink configs to be picked up.
Manually tested the change. After this change, if the hadoop-metrics2.properties contains properties like such, client metrics will be pushed to sink.
xceiverclientmetrics.period=10
xceiverclientmetrics.sink.<sink_name>.plugin.urls=/path/to/JAR
xceiverclientmetrics.sink.<sink_name>.interval=10