Skip to content

nickbrennan1/dremio-cloudwatch-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudWatch exporter for Dremio metrics

Build Status

This runs a Cloudwatch endpoint which publishes all dremio metrics to Cloudwatch

Build

  1. change parent pom version in pom.xml to your dremio version (see https://github.com/dremio/dremio-oss to find the correct version)
  2. mvn clean install
  3. move dremio-telemetry-cloudwatch-{version}-shaded.jar to the jars directory in your dremio installation
  4. restart dremio

configuration

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: 12543

An example has been provided in the root of this repo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%