Skip to content

bluecatengineering/bunny-metrics-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bunny-Metrics (Trino sidecar) Kubernetes Helm Charts

Release Bunny-Metrics Chart

A sidecar to run alongside Trino to gather metrics using the JMX connector and expose them in different formats using Apache Velocity.


Usage

Requirements

Installation

Add this repo:

helm repo add bunny-metrics https://bluecatengineering.github.io/bunny-metrics-helm/

Install helm chart:

helm install my-bunny-metrics bunny-metrics/bunny-metrics --version 0.1.0

When using Trino Helm Chart, make sure to add JMX connector to make its catalog available.

#...
additionalCatalogs:
  jmx: |
    connector.name=jmx