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 README.md with Jolokia deprecation information #315

Merged
merged 1 commit into from
Oct 6, 2020

Conversation

andrewchoi5
Copy link

@andrewchoi5 andrewchoi5 commented Sep 29, 2020

Removal of :

### Get metric values (e.g. service availability, message loss rate) in real-time as time series graphs
Open ```localhost:8000/index.html``` in your web browser.

You can edit webapp/index.html to easily add new metrics to be displayed.

### Query metric value (e.g. produce availability and consume availability) via HTTP request

curl localhost:8778/jolokia/read/kmf.services:type=produce-service,name=*/produce-availability-avg

curl localhost:8778/jolokia/read/kmf.services:type=consume-service,name=*/consume-availability-avg


You can query other JMX metric value as well by substituting object-name and
attribute-name of the JMX metric in the query above.

#312

@smccauliff

Removal of :

```
### Get metric values (e.g. service availability, message loss rate) in real-time as time series graphs
Open ```localhost:8000/index.html``` in your web browser.

You can edit webapp/index.html to easily add new metrics to be displayed.

### Query metric value (e.g. produce availability and consume availability) via HTTP request
```
curl localhost:8778/jolokia/read/kmf.services:type=produce-service,name=*/produce-availability-avg

curl localhost:8778/jolokia/read/kmf.services:type=consume-service,name=*/consume-availability-avg
```

You can query other JMX metric value as well by substituting object-name and
attribute-name of the JMX metric in the query above.

```
@andrewchoi5
Copy link
Author

#312

Copy link

@mgrubent mgrubent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@andrewchoi5 andrewchoi5 merged commit ae646d6 into master Oct 6, 2020
@andrewchoi5 andrewchoi5 deleted the jolokia-removal-from-README branch October 6, 2020 17:09
@zigarn zigarn mentioned this pull request Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants