Skip to main content

OpenCensus Prometheus Exporter

Project description

pypi

Installation

pip install opencensus-ext-prometheus

Usage

The OpenCensus Prometheus Stats Exporter allows users to export metrics to Prometheus monitoring solution. The API of this project is still evolving. The use of vendoring or a dependency management tool is recommended.

Prometheus Exporter Usage

Prometheus Import

from opencensus.ext.prometheus import stats_exporter as prometheus
from opencensus.stats import stats as stats_module

Prometheus Prerequisites

  • OpenCensus Python libraries require Python 2.7 or later.

  • Prometheus up and running.

Register the Prometheus exporter

stats = stats_module.stats
view_manager = stats.view_manager

exporter = prometheus.new_stats_exporter(prometheus.Options(namespace="<namespace>"))
view_manager.register_exporter(exporter)
...

Prometheus Code Reference

In the examples folder, you can find all the necessary steps to get the exporter, register a view, put tags on the measure, and see the values against the Prometheus monitoring tool.

For further details for the Prometheus implementation, see the folder prometheus/stats_exporter.

Path & File

Short Description

contrib/opencensus-ext-prometheus/examples/

End to end example

contrib/opencensus-ext-prometheus/opencensus/ext/prometheus/stats_exporter/

Stats implementation for Prometheus

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

opencensus_ext_prometheus-0.2.0-py2.py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page