Skip to content

Instantly share code, notes, and snippets.

View arren-ru's full-sized avatar
🚷
很忙

Arren arren-ru

🚷
很忙
  • Mohr Vista
  • Col 285 Sector OE-R a34-1
View GitHub Profile
@arren-ru
arren-ru / prometheus_remote_writer.go
Created September 23, 2025 11:38 — forked from kshcherban/prometheus_remote_writer.go
Write to prometheus over remote write protocol
package main
import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
"github.com/prometheus/common/model"
"github.com/prometheus/prometheus/prompb"
"github.com/golang/snappy"
"net/http"
"log"