8000 GitHub - seanjohnson1/prometheus: [Insights] A fork of Prometheus with remote_write capability
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[Insights] A fork of Prometheus with remote_write capability

License

Notifications You must be signed in to change notification settings

seanjohnson1/prometheus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prometheus

This is a fork of Prometheus that enables remote_write. It is used by @digitalocean/insights.

The master branch is kept up to date with the latest stable tag of upstream prometheus. All fork changes are written to the remote_write branch.

To make changes or fixes to remote_write capability, push a PR to the remote_write branch.

To update the master branch from upstream make sure you have the upstream remote added locally

git remote add upstream git@github.com:prometheus/prometheus.git

Once you have the remote you can pull from upstream, checkout the latest stable tag, and then rebase it into the remote_write branch

git checkout master
git pull upstream master
git reset --hard <latest stable tag, i.e. v2.8.1>
git checkout remote_write
git rebase master

Once you have rebased master, build it with docker

docker build . -t digitalocean/prometheus:<latest stable tag, i.e. v2.8.1>
docker push . -t digitalocean/prometheus:<tag>

About

[Insights] A fork of Prometheus with remote_write capability

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 92.1%
  • JavaScript 3.8%
  • HTML 3.0%
  • CSS 0.5%
  • Lex 0.3%
  • Shell 0.1%
  • Other 0.2%
0