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

References

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.1-py2.py3-none-any.whl (6.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file opencensus_ext_prometheus-0.2.1-py2.py3-none-any.whl.

File metadata

  • Download URL: opencensus_ext_prometheus-0.2.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 6.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for opencensus_ext_prometheus-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4521d6061ee2fe10e9bb186eedb26bf15f9270c6ae7e7673887c64d8c4c47255
MD5 44d12c5bf72e9f73ca7f8ad84cf4c929
BLAKE2b-256 844a7e37d161786021e83fc9dc48d296344c3568b9e0655925c85a983d8666cd

See more details on using hashes here.

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