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

βœ… Merge main into live #2234

Merged
merged 34 commits into from
Dec 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
f7fd46a
Bump OpenTelemetry.Instrumentation.Http (#2203)
dependabot[bot] Dec 4, 2024
acf5367
Bump OpenTelemetry.Instrumentation.Http (#2204)
dependabot[bot] Dec 4, 2024
e70da88
Bump OpenTelemetry.Instrumentation.Http (#2199)
dependabot[bot] Dec 4, 2024
72704e7
Bump OpenTelemetry.Instrumentation.Http (#2205)
dependabot[bot] Dec 4, 2024
42e15ae
Bump OpenTelemetry.Instrumentation.Http (#2208)
dependabot[bot] Dec 4, 2024
55e4d9c
Bump OpenTelemetry.Instrumentation.Http (#2202)
dependabot[bot] Dec 4, 2024
22452e3
Bump OpenTelemetry.Instrumentation.Http (#2206)
dependabot[bot] Dec 4, 2024
44f477e
Bump OpenTelemetry.Instrumentation.Http (#2207)
dependabot[bot] Dec 4, 2024
c73f7da
Bump OpenTelemetry.Instrumentation.Http (#2209)
dependabot[bot] Dec 4, 2024
b0d0cd7
Bump OpenTelemetry.Instrumentation.Http (#2210)
dependabot[bot] Dec 4, 2024
91bfb69
Bump OpenTelemetry.Instrumentation.Http (#2211)
dependabot[bot] Dec 4, 2024
e1a3942
Bump OpenTelemetry.Instrumentation.Http (#2212)
dependabot[bot] Dec 4, 2024
249f773
Bump OpenTelemetry.Instrumentation.Http (#2213)
dependabot[bot] Dec 4, 2024
c2b318f
Bump the dotnet group (#2215)
dependabot[bot] Dec 4, 2024
9d68f5a
Bump OpenTelemetry.Instrumentation.Http (#2214)
dependabot[bot] Dec 4, 2024
ac97a84
Bump OpenTelemetry.Instrumentation.Http (#2216)
dependabot[bot] Dec 4, 2024
b85051f
Bump OpenTelemetry.Instrumentation.Http (#2218)
dependabot[bot] Dec 4, 2024
3a004d2
Bump OpenTelemetry.Instrumentation.Http (#2217)
dependabot[bot] Dec 4, 2024
776eef0
Bump the dotnet group (#2219)
dependabot[bot] Dec 4, 2024
a856ba8
Bump OpenTelemetry.Instrumentation.Http (#2220)
dependabot[bot] Dec 4, 2024
907d841
Bump OpenTelemetry.Instrumentation.Http (#2222)
dependabot[bot] Dec 4, 2024
0c16823
Bump OpenTelemetry.Instrumentation.Http (#2221)
dependabot[bot] Dec 4, 2024
f60f1c2
Bump OpenTelemetry.Instrumentation.Http (#2223)
dependabot[bot] Dec 4, 2024
9f930d3
Bump OpenTelemetry.Instrumentation.Http (#2224)
dependabot[bot] Dec 4, 2024
cf68ffa
Bump OpenTelemetry.Instrumentation.Http (#2225)
dependabot[bot] Dec 4, 2024
0d6499b
Remove redundant "the" (#2179)
TimHess Dec 4, 2024
fbb372b
Update dotnet-aspire-sdk.md (#2181)
SteveDunn Dec 4, 2024
380f4d5
Bump OpenTelemetry.Instrumentation.Http (#2226)
dependabot[bot] Dec 4, 2024
2e1a5a6
Bump OpenTelemetry.Instrumentation.Http (#2227)
dependabot[bot] Dec 4, 2024
1623afd
Bump OpenTelemetry.Instrumentation.Http (#2229)
dependabot[bot] Dec 4, 2024
fb70dde
Bump OpenTelemetry.Instrumentation.Http (#2228)
dependabot[bot] Dec 4, 2024
1fa8cbc
Bump OpenTelemetry.Instrumentation.Http (#2230)
dependabot[bot] Dec 4, 2024
f61b0d3
Bump github/codeql-action from 3.27.5 to 3.27.6 (#2186)
dependabot[bot] Dec 4, 2024
1f8790f
Rewrite the MongoDB integration article. (#2178)
IEvangelist Dec 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump OpenTelemetry.Instrumentation.Http (#2230)
Bumps the dotnet group in /docs/fundamentals/snippets/healthz/Healthz.ServiceDefaults with 1 update: [OpenTelemetry.Instrumentation.Http](https://github.com/open-telemetry/opentelemetry-dotnet-contrib).


Updates `OpenTelemetry.Instrumentation.Http` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)
- [Commits](open-telemetry/opentelemetry-dotnet-contrib@Exporter.Geneva-1.9.0...Exporter.Geneva-1.10.0)

---
updated-dependencies:
- dependency-name: OpenTelemetry.Instrumentation.Http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
commit 1fa8cbcf409be1b16c0ed926faafd495b7378d2a
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.10.0" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.10.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.10.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.9.0" />
</ItemGroup>

Expand Down
Loading