intelsdi-x / snap-plugin-collector-mesos

Collects Apache Mesos cluster metrics
http://snap-telemetry.io/
Apache License 2.0
14 stars 19 forks source link

#26 - sending framework name from masters, fixed: #31, #32, #33, #37 #39

Closed evilezh closed 7 years ago

evilezh commented 7 years ago

as for #26 - I added field to capture framework name. At least from masters.

31 - coding bug, cloning dynamic namespace now

32 - changed naming. For masters frameworks is prefixed with 'framework'. For agent tasks - prefix: 'task'

33 - I added special case for two possible dynamic (not tested).

37 - coding bug, cloning dynamic namespace now

evilezh commented 7 years ago

No warranties, that it will pasts tests. As namespace has been changed and some bugs fixed, which might affect behavior. I'm using that now for ~100 dev servers and all seems fine. Will fix if something else comes up.

jcooklin commented 7 years ago

Hi @evilezh, do you have plans to contribute tests for this PR? Thanks.

evilezh commented 7 years ago

I'll close this pull request as i've completely different version of mesos.