Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
cpp/ | H | 29-Jan-2019 | - | |||
go/ | H | 29-Jan-2019 | - | |||
python/prometheus/ | H | 29-Jan-2019 | - | |||
ruby/ | H | 29-Jan-2019 | - | |||
src/main/java/io/prometheus/client/ | H | 29-Jan-2019 | - | |||
.gitignore | H A D | 29-Jan-2019 | 8 | |||
CONTRIBUTING.md | H A D | 29-Jan-2019 | 870 | |||
LICENSE | H A D | 29-Jan-2019 | 11.1 KiB | |||
MAINTAINERS.md | H A D | 29-Jan-2019 | 43 | |||
Makefile | H A D | 29-Jan-2019 | 1.8 KiB | |||
NOTICE | H A D | 29-Jan-2019 | 167 | |||
README.md | H A D | 29-Jan-2019 | 919 | |||
go.mod | H A D | 29-Jan-2019 | 164 | |||
go.sum | H A D | 29-Jan-2019 | 380 | |||
metrics.proto | H A D | 29-Jan-2019 | 2.1 KiB | |||
pom.xml | H A D | 29-Jan-2019 | 4.4 KiB | |||
setup.py | H A D | 29-Jan-2019 | 960 |
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