File tree 3 files changed +12
-5
lines changed
exporter/opentelemetry-exporter-prometheus-remote-write
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## Unreleased
4
+
5
+ ## Initial Release
6
+ - Prometheus Remote Write Exporter Setup
7
+ ((#180 )[ https://github.com/open-telemetry/opentelemetry-python-contrib/pull/180 ] )
Original file line number Diff line number Diff line change 1
1
OpenTelemetry Prometheus Remote Write Exporter
2
2
==============================================
3
3
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.
6
10
7
11
Installation
8
12
------------
@@ -19,5 +23,5 @@ Installation
19
23
References
20
24
----------
21
25
22
- * `Datadog <https://prometheus.io/ >`_
26
+ * `Prometheus <https://prometheus.io/ >`_
23
27
* `OpenTelemetry Project <https://opentelemetry.io/ >`_
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ long_description = file: README.rst
19
19
long_description_content_type = text/x-rst
20
20
author = OpenTelemetry Authors
21
21
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
23
23
platforms = any
24
24
license = Apache-2.0
25
25
classifiers =
@@ -39,7 +39,6 @@ package_dir=
39
39
=src
40
40
packages =find_namespace:
41
41
install_requires =
42
- ddtrace>=0.34.0
43
42
opentelemetry-api == 0.16.dev0
44
43
opentelemetry-sdk == 0.16.dev0
45
44
You can’t perform that action at this time.
0 commit comments