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

..03-May-2022-

.github/ISSUE_TEMPLATE/H25-Apr-2019-

example/H25-Apr-2019-

.gitignoreH A D25-Apr-20198

.travis.ymlH A D25-Apr-2019174

LICENSEH A D25-Apr-201911.1 KiB

MakefileH A D25-Apr-20192.3 KiB

README.mdH A D25-Apr-2019565

example_test.goH A D25-Apr-2019947

go.modH A D25-Apr-2019135

go.sumH A D25-Apr-20195.1 KiB

prometheus.goH A D25-Apr-20197.9 KiB

prometheus_test.goH A D25-Apr-201912 KiB

sanitize.goH A D25-Apr-20191.3 KiB

sanitize_test.goH A D25-Apr-20191.6 KiB

README.md

1# OpenCensus Go Prometheus Exporter
2
3[![Build Status](https://travis-ci.org/census-ecosystem/opencensus-go-exporter-prometheus.svg?branch=master)](https://travis-ci.org/census-ecosystem/opencensus-go-exporter-prometheus) [![GoDoc][godoc-image]][godoc-url]
4
5Provides OpenCensus metrics export support for Prometheus.
6
7## Installation
8
9```
10$ go get -u contrib.go.opencensus.io/exporter/prometheus
11```
12
13[godoc-image]: https://godoc.org/contrib.go.opencensus.io/exporter/prometheus?status.svg
14[godoc-url]: https://godoc.org/contrib.go.opencensus.io/exporter/prometheus
15