Categorycontrib.go.opencensus.io/exporter/prometheus

# README

OpenCensus Go Prometheus Exporter

Build Status GoDoc

Provides OpenCensus metrics export support for Prometheus.

Installation

$ go get -u contrib.go.opencensus.io/exporter/prometheus

# Packages

Command prometheus is an example program that collects data for video size.

# Functions

NewExporter returns an exporter that exports stats to Prometheus.

# Structs

Exporter exports stats to Prometheus, users need to register the exporter as an http.Handler to be able to export.
Options contains options for configuring the exporter.