• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cpp/H29-Jan-2019-

go/H29-Jan-2019-

python/prometheus/H29-Jan-2019-

ruby/H29-Jan-2019-

src/main/java/io/prometheus/client/H29-Jan-2019-

.gitignoreH A D29-Jan-20198

CONTRIBUTING.mdH A D29-Jan-2019870

LICENSEH A D29-Jan-201911.1 KiB

MAINTAINERS.mdH A D29-Jan-201943

MakefileH A D29-Jan-20191.8 KiB

NOTICEH A D29-Jan-2019167

README.mdH A D29-Jan-2019919

go.modH A D29-Jan-2019164

go.sumH A D29-Jan-2019380

metrics.protoH A D29-Jan-20192.1 KiB

pom.xmlH A D29-Jan-20194.4 KiB

setup.pyH A D29-Jan-2019960

README.md

1# Background
2Under most circumstances, manually downloading this repository should never
3be required.
4
5# Prerequisites
6# Base
7* [Google Protocol Buffers](https://developers.google.com/protocol-buffers)
8
9## Java
10* [Apache Maven](http://maven.apache.org)
11* [Prometheus Maven Repository](https://github.com/prometheus/io.prometheus-maven-repository) checked out into ../io.prometheus-maven-repository
12
13## Go
14*  [Go](http://golang.org)
15*  [goprotobuf](https://code.google.com/p/goprotobuf)
16
17## Ruby
18*  [Ruby](https://www.ruby-lang.org)
19*  [bundler](https://rubygems.org/gems/bundler)
20
21# Building
22    $ make
23
24# Getting Started
25  * The Go source code is periodically indexed: [Go Protocol Buffer Model](http://godoc.org/github.com/prometheus/client_model/go).
26  * All of the core developers are accessible via the [Prometheus Developers Mailinglist](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers).
27