This runs a Cloudwatch endpoint which publishes all dremio metrics to Cloudwatch
- change parent pom version in
pom.xmlto your dremio version (see https://github.com/dremio/dremio-oss to find the correct version) mvn clean install- move
dremio-telemetry-cloudwatch-{version}-shaded.jarto thejarsdirectory in your dremio installation - restart dremio
The file dremio-telemetry.yaml must exist on the classpath for your dremio installation and must contain the following
metrics:
- name: cloudwatch_reporter
comment: >
Publish metrics on cloudwatch
reporter:
type: cloudwatch
port: 12543An example has been provided in the root of this repo