-
Notifications
You must be signed in to change notification settings - Fork 133
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
Metrics integration #12
Comments
I'm also asking this question: see |
@ujjwal @cmacdonald Looks like KAFKA got an |
@alxn thanks. their .kdl file is not where one might expect it, i.e. its in Clearly the Java source now included in the CSD is related somehow - any ideas? |
The java source in the KAFKA csd generates the final On the other hand, the generated
I believe the context attribute to be some form of pattern for a JMX query. HDFS has more complex formats, e.g.:
|
@cmacdonald They did update the wiki with the SMDL format... but I didn't notice the repo:
That's brutal... |
The repo not accessible. I also think the documentation has been there a while, but the crucial "context" parameter was not documented. |
After more investigation, I can confirm that "context" does not entirely refer to something that can be directly obtained over JMX.... In fact, metrics appears to work is as follows
Until the generic adaptor of Cloudera Manager has more functionality by default ( in file |
Same thing for Kafka. Then this script CDH Kafka uses the 3rd party metric exporter class. This class is loaded by the Kafka Broker, and runs the HTTP server on a separate thread. |
I am wondering if there an end-end example showing parcel, CSD with metrics integration?
I have a Spring boot based application that I want to deploy as a CSD. I can export the metrics to JMX or StatsD but trying to figure out how it would connect with the MDL to the Cloudera Dashboard.
The text was updated successfully, but these errors were encountered: