Skip to content

Commit 2c09a5f

Browse files
SeefoooCircleCI
authored and
CircleCI
committed
Update prom rw exporter (open-telemetry#1359)
1 parent 4ae6050 commit 2c09a5f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333
([#1413](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1413))
3434
- `opentelemetry-instrumentation-pyramid` Add support for regular expression matching and sanitization of HTTP headers.
3535
([#1414](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1414))
36+
- Add metric exporter for Prometheus Remote Write
37+
([#1359](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1359))
3638

3739
### Fixed
3840

@@ -140,6 +142,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140142
- Add metric instrumentation in starlette
141143
([#1327](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1327))
142144

145+
143146
### Fixed
144147

145148
- `opentelemetry-instrumentation-boto3sqs` Make propagation compatible with other SQS instrumentations, add 'messaging.url' span attribute, and fix missing package dependencies.

exporter/opentelemetry-exporter-prometheus-remote-write/src/opentelemetry/exporter/prometheus_remote_write/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.36b0.dev"
15+
__version__ = "0.34b0"

tox.ini

+3
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ envlist =
107107
; opentelemetry-exporter-prometheus-remote-write
108108
py3{6,7,8,9,10}-test-exporter-prometheus-remote-write
109109

110+
; opentelemetry-exporter-prometheus-remote-write
111+
py3{6,7,8,9,10}-test-exporter-prometheus-remote-write
112+
110113
; opentelemetry-instrumentation-mysql
111114
py3{7,8,9,10,11}-test-instrumentation-mysql
112115
pypy3-test-instrumentation-mysql

0 commit comments

Comments
 (0)