Skip to content

Commit

Permalink
Addressed changes from review and updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
shovnik committed Nov 26, 2020
1 parent 083fef0 commit 113da6a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Changelog

## Unreleased

## Initial Release
- Prometheus Remote Write Exporter Setup
((#180)[https://github.com/open-telemetry/opentelemetry-python-contrib/pull/180])
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
OpenTelemetry Prometheus Remote Write Exporter
==============================================

This library allows exporting metric data to `Prometheus Write Integrated Backends
<https://prometheus.io/docs/operating/integrations/>`_. Development is currently in progress.
This library allows exporting metric data to `Prometheus Remote Write Integrated Backends
<https://prometheus.io/docs/operating/integrations/>`_. Latest `types.proto
<https://github.com/prometheus/prometheus/blob/master/prompb/types.proto>` and `remote.proto
<https://github.com/prometheus/prometheus/blob/master/prompb/remote.proto>` Protocol Buffers
used to create WriteRequest objects were taken from Prometheus repository. Development is
currently in progress.

Installation
------------
Expand All @@ -19,5 +23,5 @@ Installation
References
----------

* `Datadog <https://prometheus.io/>`_
* `Prometheus <https://prometheus.io/>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ long_description = file: README.rst
long_description_content_type = text/x-rst
author = OpenTelemetry Authors
author_email = cncf-opentelemetry-contributors@lists.cncf.io
url = https://github.com/open-telemetry/opentelemetry-python/exporter/opentelemetry-exporter-datadog
url = https://github.com/open-telemetry/opentelemetry-python-contrib/tree/master/exporter/opentelemetry-exporter-prometheus-remote-write
platforms = any
license = Apache-2.0
classifiers =
Expand All @@ -39,7 +39,6 @@ package_dir=
=src
packages=find_namespace:
install_requires =
ddtrace>=0.34.0
opentelemetry-api == 0.16.dev0
opentelemetry-sdk == 0.16.dev0

Expand Down

0 comments on commit 113da6a

Please sign in to comment.