From 04e6f9f289d2f3fdd122d0e457914220eebfc883c39fd3329caeb59bf5fce1ce Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 10 Dec 2023 21:50:02 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=201.21.0:=20=20=20*=20Fix=20`Su?= =?UTF-8?q?mAggregation`=20=EF=BF=BC=20=20(#3390)=20=20=20*=20Fix=20handli?= =?UTF-8?q?ng=20of=20empty=20metric=20collection=20cycles=20(#3335)=20=20?= =?UTF-8?q?=20*=20Fix=20error=20when=20no=20LoggerProvider=20configured=20?= =?UTF-8?q?for=20=20=20=20=20LoggingHandler=20(#3423)=20=20=20*=20Make=20`?= =?UTF-8?q?opentelemetry=5Fmetrics=5Fexporter`=20entrypoint=20support=20pu?= =?UTF-8?q?ll=20=20=20=20=20exporters=20(#3428)=20=20=20*=20Allow=20instru?= =?UTF-8?q?ment=20names=20to=20have=20'/'=20and=20up=20to=20255=20characte?= =?UTF-8?q?rs=20=20=20=20=20(#3442)=20=20=20*=20Do=20not=20load=20Resource?= =?UTF-8?q?=20on=20sdk=20import=20(#3447)=20=20=20*=20Update=20semantic=20?= =?UTF-8?q?conventions=20to=20version=201.21.0=20(#3251)=20=20=20*=20Add?= =?UTF-8?q?=20missing=20schema=5Furl=20in=20global=20api=20for=20logging?= =?UTF-8?q?=20and=20metrics=20=20=20=20=20(#3251)=20=20=20*=20Prometheus?= =?UTF-8?q?=20exporter=20support=20for=20auto=20instrumentation=20=20(#341?= =?UTF-8?q?3)=20=20=20*=20Modify=20Prometheus=20exporter=20to=20translate?= =?UTF-8?q?=20non-monotonic=20Sums=20=20=20=20=20into=20Gauges=20(#3306)?= =?UTF-8?q?=20=20=20*=20Update=20the=20body=20type=20in=20the=20log=20($33?= =?UTF-8?q?43)=20=20=20*=20Add=20max=5Fscale=20option=20to=20Exponential?= =?UTF-8?q?=20Bucket=20Histogram=20=20=20=20=20Aggregation=20=20(#3323)=20?= =?UTF-8?q?=20=20*=20Use=20BoundedAttributes=20instead=20of=20raw=20dict?= =?UTF-8?q?=20to=20extract=20=20=20=20=20attributes=20from=20LogRecord=20(?= =?UTF-8?q?#3310)=20=20=20*=20Support=20dropped=5Fattributes=5Fcount=20in?= =?UTF-8?q?=20LogRecord=20and=20exporters=20=20=20=20=20(#3351)=20=20=20*?= =?UTF-8?q?=20Add=20unit=20to=20view=20instrument=20selection=20criteria?= =?UTF-8?q?=20(#3341)=20=20=20*=20Upgrade=20opentelemetry-proto=20to=200.2?= =?UTF-8?q?0=20and=20regen=20#3355)=20=20=20*=20Include=20endpoint=20in=20?= =?UTF-8?q?Grpc=20transient=20error=20warning=20#3362)=20=20=20*=20Fixed?= =?UTF-8?q?=20bug=20where=20logging=20export=20is=20tracked=20as=20trace?= =?UTF-8?q?=20#3375)=20=20=20*=20Select=20histogram=20aggregation=20with?= =?UTF-8?q?=20an=20environment=20variable=20=20=20*=20Move=20Protobuf=20en?= =?UTF-8?q?coding=20to=20its=20own=20package=20(#3169)=20=20=20*=20Add=20e?= =?UTF-8?q?xperimental=20feature=20to=20detect=20resource=20detectors=20in?= =?UTF-8?q?=20auto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-api?expand=0&rev=19 --- opentelemetry_api-1.17.0.tar.gz | 3 --- opentelemetry_api-1.21.0.tar.gz | 3 +++ python-opentelemetry-api.changes | 45 ++++++++++++++++++++++++++++++-- python-opentelemetry-api.spec | 4 +-- 4 files changed, 47 insertions(+), 8 deletions(-) delete mode 100644 opentelemetry_api-1.17.0.tar.gz create mode 100644 opentelemetry_api-1.21.0.tar.gz diff --git a/opentelemetry_api-1.17.0.tar.gz b/opentelemetry_api-1.17.0.tar.gz deleted file mode 100644 index 997f795..0000000 --- a/opentelemetry_api-1.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3480fcf6b783be5d440a226a51db979ccd7c49a2e98d1c747c991031348dcf04 -size 55896 diff --git a/opentelemetry_api-1.21.0.tar.gz b/opentelemetry_api-1.21.0.tar.gz new file mode 100644 index 0000000..7394782 --- /dev/null +++ b/opentelemetry_api-1.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6185fd5043e000075d921822fd2d26b953eba8ca21b1e2fa360dd46a7686316 +size 56674 diff --git a/python-opentelemetry-api.changes b/python-opentelemetry-api.changes index 82f02bd..590e55c 100644 --- a/python-opentelemetry-api.changes +++ b/python-opentelemetry-api.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Sun Dec 10 21:48:52 UTC 2023 - Dirk Müller + +- update to 1.21.0: + * Fix `SumAggregation`  (#3390) + * Fix handling of empty metric collection cycles (#3335) + * Fix error when no LoggerProvider configured for + LoggingHandler (#3423) + * Make `opentelemetry_metrics_exporter` entrypoint support pull + exporters (#3428) + * Allow instrument names to have '/' and up to 255 characters + (#3442) + * Do not load Resource on sdk import (#3447) + * Update semantic conventions to version 1.21.0 (#3251) + * Add missing schema_url in global api for logging and metrics + (#3251) + * Prometheus exporter support for auto instrumentation (#3413) + * Modify Prometheus exporter to translate non-monotonic Sums + into Gauges (#3306) + * Update the body type in the log ($3343) + * Add max_scale option to Exponential Bucket Histogram + Aggregation (#3323) + * Use BoundedAttributes instead of raw dict to extract + attributes from LogRecord (#3310) + * Support dropped_attributes_count in LogRecord and exporters + (#3351) + * Add unit to view instrument selection criteria (#3341) + * Upgrade opentelemetry-proto to 0.20 and regen #3355) + * Include endpoint in Grpc transient error warning #3362) + * Fixed bug where logging export is tracked as trace #3375) + * Select histogram aggregation with an environment variable + * Move Protobuf encoding to its own package (#3169) + * Add experimental feature to detect resource detectors in auto + instrumentation (#3181) + * Fix exporting of ExponentialBucketHistogramAggregation from + opentelemetry.sdk.metrics.view (#3240) + * Fix headers types mismatch for OTLP Exporters (#3226) + * Fix suppress instrumentation for log batch processor (#3223) + * Add speced out environment variables and arguments for + BatchLogRecordProcessor (#3237) + ------------------------------------------------------------------- Thu May 11 16:49:48 UTC 2023 - Daniel Garcia @@ -321,8 +362,8 @@ Fri Jan 22 11:39:19 UTC 2021 - John Paul Adrian Glaubitz