honeycombio/prom2hny

Name: prom2hny

Owner: Honeycomb

Description: Prometheus-to-Honeycomb scraper

Created: 2017-07-29 01:56:15.0

Updated: 2017-08-21 19:14:29.0

Pushed: 2017-10-05 01:03:15.0

Homepage: null

Size: 781

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

[Under development]

Build Status

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

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

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

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.