Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.
/ prom2hny Public archive

Prometheus-to-Honeycomb scraper

License

Notifications You must be signed in to change notification settings

honeycombio/prom2hny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prom2hny

OSS Lifecycle

STATUS: this project has been archived. See https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md

Scrapes Prometheus clients and sends their metrics to Honeycomb. The current primary use case is to send kube-state-metrics data to Honeycomb.

Usage

  1. Run kube-state-metrics

    git clone https://github.com/kubernetes/kube-state-metrics
    kubectl apply -f kube-state-metrics/kubernetes
    
  2. Deploy this utility:

    kubectl create secret generic honeycomb-writekey --from-literal=key=$YOUR_HONEYCOMB_WRITEKEY --namespace=kube-system
    kubectl apply -f kubernetes/deployment.yaml