Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net: Bump Azure.Monitor.OpenTelemetry.Exporter from 1.2.0 to 1.3.0 in /dotnet #7043

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps Azure.Monitor.OpenTelemetry.Exporter from 1.2.0 to 1.3.0.

Release notes

Sourced from Azure.Monitor.OpenTelemetry.Exporter's releases.

Azure.Monitor.OpenTelemetry.Exporter_1.3.0

1.3.0 (2024-06-07)

Other Changes

  • Includes all changes from 1.3.0-beta.1 and 1.3.0-beta.2
  • Changed AzureMonitorLogExporter to be internal. This will be changed back to public in our next Beta while we experiment with options to enable log filtering. (#44479)

Azure.Monitor.OpenTelemetry.Exporter_1.3.0-beta.2

1.3.0-beta.2 (2024-05-08)

Features Added

  • All three signals (Traces, Metrics, and Logs) now support OpenTelemetry's "service.version" in Resource attributes. This is mapped as Application Version in Application Insights. (#42174)
  • Turned off internal spans and logs in exporter HTTP pipeline (#43359)

Bugs Fixed

  • The success or failure of an incoming HTTP request is now determined by the status code only when the Activity Status is Unset (#43594, based on #41993)

Other Changes

  • Update OpenTelemetry dependencies (#43197)
    • OpenTelemetry 1.8.0
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Azure.Monitor.OpenTelemetry.Exporter](https://github.com/Azure/azure-sdk-for-net) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Monitor.OpenTelemetry.Exporter_1.2.0...Azure.Monitor.OpenTelemetry.Exporter_1.3.0)

---
updated-dependencies:
- dependency-name: Azure.Monitor.OpenTelemetry.Exporter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner July 1, 2024 23:08
@dependabot dependabot bot added .NET Issue or Pull requests regarding .NET code dependencies Pull requests that update a dependency file. Used by Dependabot. labels Jul 1, 2024
@github-actions github-actions bot changed the title Bump Azure.Monitor.OpenTelemetry.Exporter from 1.2.0 to 1.3.0 in /dotnet .Net: Bump Azure.Monitor.OpenTelemetry.Exporter from 1.2.0 to 1.3.0 in /dotnet Jul 1, 2024
@dmytrostruk dmytrostruk added this pull request to the merge queue Jul 2, 2024
Merged via the queue into main with commit 2870323 Jul 2, 2024
17 checks passed
@dmytrostruk dmytrostruk deleted the dependabot/nuget/dotnet/Azure.Monitor.OpenTelemetry.Exporter-1.3.0 branch July 2, 2024 16:27
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 2024
…n /dotnet (microsoft#7043)

Bumps
[Azure.Monitor.OpenTelemetry.Exporter](https://github.com/Azure/azure-sdk-for-net)
from 1.2.0 to 1.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-sdk-for-net/releases">Azure.Monitor.OpenTelemetry.Exporter's
releases</a>.</em></p>
<blockquote>
<h2>Azure.Monitor.OpenTelemetry.Exporter_1.3.0</h2>
<h2>1.3.0 (2024-06-07)</h2>
<h3>Other Changes</h3>
<ul>
<li>Includes all changes from 1.3.0-beta.1 and 1.3.0-beta.2</li>
<li>Changed <code>AzureMonitorLogExporter</code> to be internal.
This will be changed back to public in our next Beta while we experiment
with options to enable log filtering.
(<a
href="https://github.com/Azure/azure-sdk-for-net/pull/44479">#44479</a>)</li>
</ul>
<h2>Azure.Monitor.OpenTelemetry.Exporter_1.3.0-beta.2</h2>
<h2>1.3.0-beta.2 (2024-05-08)</h2>
<h3>Features Added</h3>
<ul>
<li>All three signals (Traces, Metrics, and Logs) now support
OpenTelemetry's <a
href="https://github.com/open-telemetry/semantic-conventions/tree/main/docs/resource#service">&quot;service.version&quot;</a>
in Resource attributes.
This is mapped as <a
href="https://learn.microsoft.com/azure/azure-monitor/app/data-model-complete#application-version">Application
Version</a> in Application Insights.
(<a
href="https://github.com/Azure/azure-sdk-for-net/pull/42174">#42174</a>)</li>
<li>Turned off internal spans and logs in exporter HTTP pipeline
(<a
href="https://github.com/Azure/azure-sdk-for-net/pull/43359">#43359</a>)</li>
</ul>
<h3>Bugs Fixed</h3>
<ul>
<li>The success or failure of an incoming HTTP request is now determined
by the status code only when the Activity Status is <code>Unset</code>
(<a
href="https://github.com/Azure/azure-sdk-for-net/pull/43594">#43594</a>,
based on <a
href="https://github.com/Azure/azure-sdk-for-net/issues/41993">#41993</a>)</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>Update OpenTelemetry dependencies
(<a
href="https://github.com/Azure/azure-sdk-for-net/pull/43197">#43197</a>)
<ul>
<li>OpenTelemetry 1.8.0</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-sdk-for-net/commit/3d4982caba71a94fd84cb67fc32841c773780269"><code>3d4982c</code></a>
[AzureMonitor] remove features before stable release (<a
href="https://github.com/Azure/azure-sdk-for-net/issues/44479">#44479</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-net/commit/ff26125e1f7eb7b1945bacd50ccf14df8c8d6a11"><code>ff26125</code></a>
Add RefreshOn logic to ManagedIdentityCredential (<a
href="https://github.com/Azure/azure-sdk-for-net/issues/44447">#44447</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-net/commit/35726c25b39d70695930aaf51b7f25ae4bf2a37c"><code>35726c2</code></a>
Fix flakiness (<a
href="https://github.com/Azure/azure-sdk-for-net/issues/44454">#44454</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-net/commit/c73ac5eb28f0350169f194b7787997db865a1288"><code>c73ac5e</code></a>
Update github-event-processor to 1.0.0-dev.20240610.2 (<a
href="https://github.com/Azure/azure-sdk-for-net/issues/44474">#44474</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-net/commit/e0955d57e8b0313eaa7ac3799b94da026706c6b7"><code>e0955d5</code></a>
Update Changelog logs in extension-wcf for release notes (<a
href="https://github.com/Azure/azure-sdk-for-net/issues/44428">#44428</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-net/commit/12417e06cd511e52dec3860653cc12defebc326c"><code>12417e0</code></a>
Increment package version after release of Azure.AI.OpenAI (<a
href="https://github.com/Azure/azure-sdk-for-net/issues/44452">#44452</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-net/commit/d9680bd5243a9ca1d331ac47e6313cd24e8ba4f7"><code>d9680bd</code></a>
[Search] Update the latest Azure OpenAI version (<a
href="https://github.com/Azure/azure-sdk-for-net/issues/44459">#44459</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-net/commit/b16d6442f53e49a44cc5c5c12efe2bcd9dfd56af"><code>b16d644</code></a>
prep exporter 1.3.0 (<a
href="https://github.com/Azure/azure-sdk-for-net/issues/44449">#44449</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-net/commit/54c8e3cef1d8226d2581c964afd0143558d1b1c9"><code>54c8e3c</code></a>
changelog snap for 2.0.0-beta.1 (<a
href="https://github.com/Azure/azure-sdk-for-net/issues/44446">#44446</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-net/commit/2b4f637cf26461768155f17a1a13e0776f48697c"><code>2b4f637</code></a>
Update MSAL dependencies (<a
href="https://github.com/Azure/azure-sdk-for-net/issues/44444">#44444</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Azure/azure-sdk-for-net/compare/Azure.Monitor.OpenTelemetry.Exporter_1.2.0...Azure.Monitor.OpenTelemetry.Exporter_1.3.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Azure.Monitor.OpenTelemetry.Exporter&package-manager=nuget&previous-version=1.2.0&new-version=1.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file. Used by Dependabot. .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants