I have a AWS EC2 instance running schema-registry. I want to send all JMX metrics to DataDog.
I have integrated with DataDog, but metrics that I configure in metrics.yaml are only being sent to DataDog.
How can we send all metrics without explicitly mentioning them?
Metric.yaml -
- include:
domain: kafka.schema.registry
bean:
- kafka.rest:type=jersey-metrics
- kafka.schema.registry:type=jersey-metrics
attribute:
subjects.versions.get-schema.request-error-count:
alias: confluent.$domain.jersey.$attribute
metric_type: gauge
Link I am following:
https://docs.confluent.io/4.1.1/schema-registry/docs/monitoring.html