Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9ca8b3e

Browse files
committedNov 24, 2020
Addressed changes from review and updated CHANGELOG
1 parent 619a547 commit 9ca8b3e

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## Initial Release
6+
- Prometheus Remote Write Exporter Setup
7+
((#180)[https://github.com/open-telemetry/opentelemetry-python-contrib/pull/180])

‎exporter/opentelemetry-exporter-prometheus-remote-write/README.rst

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
OpenTelemetry Prometheus Remote Write Exporter
22
==============================================
33

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

711
Installation
812
------------
@@ -19,5 +23,5 @@ Installation
1923
References
2024
----------
2125

22-
* `Datadog <https://prometheus.io/>`_
26+
* `Prometheus <https://prometheus.io/>`_
2327
* `OpenTelemetry Project <https://opentelemetry.io/>`_

‎exporter/opentelemetry-exporter-prometheus-remote-write/setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ long_description = file: README.rst
1919
long_description_content_type = text/x-rst
2020
author = OpenTelemetry Authors
2121
author_email = cncf-opentelemetry-contributors@lists.cncf.io
22-
url = https://github.com/open-telemetry/opentelemetry-python/exporter/opentelemetry-exporter-datadog
22+
url = https://github.com/open-telemetry/opentelemetry-python-contrib/tree/master/exporter/opentelemetry-exporter-prometheus-remote-write
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =
@@ -39,7 +39,6 @@ package_dir=
3939
=src
4040
packages=find_namespace:
4141
install_requires =
42-
ddtrace>=0.34.0
4342
opentelemetry-api == 0.16.dev0
4443
opentelemetry-sdk == 0.16.dev0
4544

0 commit comments

Comments
 (0)
Please sign in to comment.