-
Notifications
You must be signed in to change notification settings - Fork 399
ClickStack kafka-metrics #4716
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
base: main
Are you sure you want to change the base?
ClickStack kafka-metrics #4716
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
|
||
| 1. Mount the custom config file at `/etc/otelcol-contrib/custom.config.yaml` | ||
| 2. Set the environment variable `CUSTOM_OTELCOL_CONFIG_FILE=/etc/otelcol-contrib/custom.config.yaml` | ||
| 3. Ensure network connectivity between ClickStack and Kafka JMX endpoints |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about the jar?
| ```yaml title="kafka-metrics.yaml" | ||
| receivers: | ||
| jmx: | ||
| jar_path: /opt/opentelemetry-jmx-metrics.jar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is this mounted? does it exist in our default image?
|
It's not clear to me where the jar file comes from. Either we download it and mount it into the container or we include it in our default image? |
gingerwizard
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comment
|
k its not part of the container. Either ask @MikeShi42 to include in the container OR we download (from a reputable source) and mount. |
Summary
ClickStack Kafka Metrics Guide
Checklist