Skip to content

Commit

Permalink
Distro 1.4.0 (#35076)
Browse files Browse the repository at this point in the history
* Distro release 1.4.0. Updated exporter and detector

* changelog
  • Loading branch information
jeremydvoss committed Apr 8, 2024
1 parent d625542 commit 3519fdf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions sdk/monitor/azure-monitor-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.3.1 (Unreleased)
## 1.4.0 (2024-04-09)

### Features Added

Expand All @@ -9,10 +9,6 @@
- Added `resource` parameter
([#34900](https://github.com/Azure/azure-sdk-for-python/pull/34900))

### Breaking Changes

### Bugs Fixed

### Other Changes

- Updated FastAPI sample
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "1.3.1"
VERSION = "1.4.0"
4 changes: 2 additions & 2 deletions sdk/monitor/azure-monitor-opentelemetry/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@
install_requires=[
"azure-core<2.0.0,>=1.28.0",
"azure-core-tracing-opentelemetry~=1.0.0b11",
"azure-monitor-opentelemetry-exporter~=1.0.0b23",
"azure-monitor-opentelemetry-exporter~=1.0.0b24",
"opentelemetry-instrumentation-django~=0.42b0",
"opentelemetry-instrumentation-fastapi~=0.42b0",
"opentelemetry-instrumentation-flask~=0.42b0",
"opentelemetry-instrumentation-psycopg2~=0.42b0",
"opentelemetry-instrumentation-requests~=0.42b0",
"opentelemetry-instrumentation-urllib~=0.42b0",
"opentelemetry-instrumentation-urllib3~=0.42b0",
"opentelemetry-resource-detector-azure~=0.1.2",
"opentelemetry-resource-detector-azure~=0.1.4",
],
entry_points={
"opentelemetry_distro": [
Expand Down

0 comments on commit 3519fdf

Please sign in to comment.