forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry-pick to 6.6: Add support in jolokia get response for single va…
…lue (elastic#11075) (elastic#11117) * Add support in jolokia get response for single value (elastic#11075) (cherry picked from commit 1d966f2)
- Loading branch information
1 parent
100e4af
commit 8b03cd0
Showing
6 changed files
with
166 additions
and
66 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
10 changes: 10 additions & 0 deletions
10
metricbeat/module/jolokia/jmx/_meta/test/jolokia_get_response_uptime.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"request":{ | ||
"mbean":"java.lang:type=Runtime", | ||
"attribute":"Uptime", | ||
"type":"read" | ||
}, | ||
"value":88622, | ||
"timestamp":1551739190, | ||
"status":200 | ||
} |
This file contains 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
Oops, something went wrong.