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

add /monitor in mesos input plugin "feature request" #3412

Closed
jcmartins opened this issue Oct 31, 2017 · 3 comments
Closed

add /monitor in mesos input plugin "feature request" #3412

jcmartins opened this issue Oct 31, 2017 · 3 comments
Labels
feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin

Comments

@jcmartins
Copy link

Please implement /monitor metrics.

I would like to have a memory and cpu consumer per app so I need see mesos api:

/monitor/statistics
/slave(1)/monitor/statistics

tks
Joao

@danielnelson
Copy link
Contributor

Do you have a link to the documentation for these APIs?

@jcmartins
Copy link
Author

jcmartins commented Nov 9, 2017

@danielnelson sorry by delay :-(

http://mesos.apache.org/documentation/latest/endpoints/slave/monitor/statistics.json/

Ex:
https://m1/slave/5314f475-035d-4cea-a261-470e9bde2d6c-S3/monitor/statistics
[
{
"executor_id": "broker-2__577b6bde-5998-4022-a2fe-7b39ff90c291",
"executor_name": "broker-2",
"framework_id": "4ca07d95-777e-49b1-97b3-248b46782174-0000",
"source": "",
"statistics": {
"cpus_limit": 1.5,
"cpus_nr_periods": 16156,
...
"mem_unevictable_bytes": 0,
"timestamp": 1469563239.8568
}
}
]

@jcmartins
Copy link
Author

I did the refactor and the PR to it
#3494

@sjwang90 sjwang90 added the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label Nov 18, 2020
@telegraf-tiger telegraf-tiger bot closed this as completed Apr 8, 2021
@influxdata influxdata deleted a comment from telegraf-tiger bot Apr 8, 2021
@sspaink sspaink reopened this Apr 8, 2021
@sspaink sspaink closed this as completed Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin
Projects
None yet
Development

No branches or pull requests

4 participants