Skip to content

chore: Bump Azure.Monitor.OpenTelemetry.AspNetCore from 1.4.0 to 1.5.0#230

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/Azure.Monitor.OpenTelemetry.AspNetCore-1.5.0
Open

chore: Bump Azure.Monitor.OpenTelemetry.AspNetCore from 1.4.0 to 1.5.0#230
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/Azure.Monitor.OpenTelemetry.AspNetCore-1.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 7, 2026

Updated Azure.Monitor.OpenTelemetry.AspNetCore from 1.4.0 to 1.5.0.

Release notes

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

1.5.0

1.5.0 (2026-04-30)

Features Added

  • Add ability to specify EnableStandardMetrics and EnablePerformanceCounters
    (#​56438)

Breaking Changes

  • Default Sampler Changed: The default sampling behavior has been changed from
    ApplicationInsightsSampler with 100% sampling (all traces sampled) to
    RateLimitedSampler with 5.0 traces per second. This change significantly
    reduces telemetry volume for high-traffic applications and provides better
    cost optimization out of the box.
    Impact: Applications with more than 5 requests per second will see fewer
    traces exported by default.
    Migration: To maintain the previous behavior (100% sampling), explicitly
    configure the sampler:
// Option 1: Set SamplingRatio and clear TracesPerSecond
builder.Services.AddOpenTelemetry()
    .UseAzureMonitor(options =>
    {
        options.SamplingRatio = 1.0f;
        options.TracesPerSecond = null;
    });
// Option 2: Use environment variables
// OTEL_TRACES_SAMPLER=microsoft.fixed_percentage
// OTEL_TRACES_SAMPLER_ARG=1.0

Bugs Fixed

  • Fixed an issue where Azure Container Apps instances were showing VM instance GUIDs
    instead of replica names in the Role Instance field.
    (#​54586)

1.5.0-beta.1

1.5.0-beta.1 (2026-04-28)

Features Added

1.4.2

1.4.2 (2026-04-28)

Other Changes

  • Upgraded dependent Azure.Core to 1.54.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.4.1

1.4.1 (2026-04-27)

Other Changes

  • Upgraded dependent Azure.Core to 1.54.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

Commits viewable in compare view.

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 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)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 7, 2026

Labels

The following labels could not be found: automated, dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

ℹ️ Validação de Contrato Indisponível

A verificação de breaking changes foi skipped.
Consulte os logs para mais detalhes se necessário.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

Code Coverage

Package Line Rate Branch Rate Complexity Health
MeAjudaAi.ApiService 96% 85% 227
MeAjudaAi.Gateway 94% 78% 61
MeAjudaAi.Modules.Bookings.Application 91% 83% 217
MeAjudaAi.Modules.Bookings.Domain 97% 98% 68
MeAjudaAi.Modules.Bookings.Infrastructure 96% 39% 37
MeAjudaAi.Modules.Communications.API 100% 100% 4
MeAjudaAi.Modules.Communications.Application 89% 69% 206
MeAjudaAi.Modules.Communications.Domain 100% 100% 17
MeAjudaAi.Modules.Communications.Infrastructure 92% 57% 59
MeAjudaAi.Modules.Documents.API 100% 100% 3
MeAjudaAi.Modules.Documents.Application 86% 72% 191
MeAjudaAi.Modules.Documents.Domain 99% 100% 29
MeAjudaAi.Modules.Documents.Infrastructure 88% 76% 164
MeAjudaAi.Modules.Locations.API 100% 100% 11
MeAjudaAi.Modules.Locations.Application 94% 95% 70
MeAjudaAi.Modules.Locations.Domain 95% 82% 127
MeAjudaAi.Modules.Locations.Infrastructure 91% 75% 225
MeAjudaAi.Modules.Payments.API 100% 100% 3
MeAjudaAi.Modules.Payments.Application 97% 92% 55
MeAjudaAi.Modules.Payments.Domain 95% 86% 105
MeAjudaAi.Modules.Payments.Infrastructure 90% 71% 169
MeAjudaAi.Modules.Providers.API 100% 100% 17
MeAjudaAi.Modules.Providers.Application 92% 82% 277
MeAjudaAi.Modules.Providers.Domain 94% 87% 285
MeAjudaAi.Modules.Providers.Infrastructure 94% 75% 88
MeAjudaAi.Modules.Ratings.Application 91% 100% 14
MeAjudaAi.Modules.Ratings.Domain 98% 100% 24
MeAjudaAi.Modules.Ratings.Infrastructure 90% 75% 23
MeAjudaAi.Modules.SearchProviders.API 100% 100% 2
MeAjudaAi.Modules.SearchProviders.Application 94% 73% 36
MeAjudaAi.Modules.SearchProviders.Domain 99% 82% 48
MeAjudaAi.Modules.SearchProviders.Infrastructure 92% 89% 59
MeAjudaAi.Modules.ServiceCatalogs.API 100% 100% 3
MeAjudaAi.Modules.ServiceCatalogs.Application 98% 97% 170
MeAjudaAi.Modules.ServiceCatalogs.Domain 98% 93% 60
MeAjudaAi.Modules.ServiceCatalogs.Infrastructure 100% 78% 56
MeAjudaAi.Modules.Users.API 98% 83% 13
MeAjudaAi.Modules.Users.Application 94% 91% 203
MeAjudaAi.Modules.Users.Domain 95% 95% 139
MeAjudaAi.Modules.Users.Infrastructure 82% 59% 196
MeAjudaAi.Shared 81% 78% 1539
Summary 90% (14111 / 15666) 80% (3472 / 4324) 5300

Minimum allowed line rate is 90%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants