Skip to content

Instantly share code, notes, and snippets.

View fedorkanin's full-sized avatar

Fedor Kanin fedorkanin

View GitHub Profile
@fedorkanin
fedorkanin / main.go
Created April 2, 2024 15:17 — forked from zupzup/main.go
ElasticSearch to Prometheus Exporter in Go
package main
import (
"context"
"github.com/go-chi/chi"
"github.com/go-chi/render"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
log "github.com/sirupsen/logrus"
"gopkg.in/olivere/elastic.v6"