Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into zhaez/lineage-trace…
Browse files Browse the repository at this point in the history
…-propagation
  • Loading branch information
ezhang6811 committed Jan 25, 2025
2 parents a107530 + c2eb2e5 commit 1d1d3a4
Show file tree
Hide file tree
Showing 56 changed files with 3,641 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v19.0.0
uses: DavidAnson/markdownlint-cli2-action@v19.1.0
with:
globs: |
**/*.md
Expand Down
4 changes: 2 additions & 2 deletions build/Common.nonprod.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<!-- OmniSharp/VS Code requires TargetFrameworks to be in descending order for IntelliSense and analysis. -->
<SupportedNetTargets>net9.0;net8.0</SupportedNetTargets>
<XUnitRunnerVisualStudioPkgVer>[2.8.2,3.0)</XUnitRunnerVisualStudioPkgVer>
<XUnitPkgVer>[2.9.2,3.0)</XUnitPkgVer>
<WiremockNetPkgVer>[1.6.8,2.0)</WiremockNetPkgVer>
<XUnitPkgVer>[2.9.3,3.0)</XUnitPkgVer>
<WiremockNetPkgVer>[1.7.0,2.0)</WiremockNetPkgVer>
</PropertyGroup>

<ItemGroup Condition="'$(IsTestProject)' == 'true'">
Expand Down
4 changes: 2 additions & 2 deletions build/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<MicrosoftOwinPkgVer>[4.2.2,5.0)</MicrosoftOwinPkgVer>
<MicrosoftPublicApiAnalyzersPkgVer>[3.11.0-beta1.23525.2]</MicrosoftPublicApiAnalyzersPkgVer>
<MicrosoftSourceLinkGitHubPkgVer>[8.0.0,9.0)</MicrosoftSourceLinkGitHubPkgVer>
<OpenTelemetryCoreUnstableLatestVersion>[1.10.0-beta.1]</OpenTelemetryCoreUnstableLatestVersion>
<OpenTelemetryCoreLatestVersion>[1.10.0,2.0)</OpenTelemetryCoreLatestVersion>
<OpenTelemetryCoreUnstableLatestVersion>[1.11.0-beta.1]</OpenTelemetryCoreUnstableLatestVersion>
<OpenTelemetryCoreLatestVersion>[1.11.1,2.0)</OpenTelemetryCoreLatestVersion>
<OpenTelemetryCoreLatestPrereleaseVersion>[1.11.0-rc.1]</OpenTelemetryCoreLatestPrereleaseVersion>
<StackExchangeRedisPkgVer>[2.6.122,3.0)</StackExchangeRedisPkgVer>
<ConfluentKafkaPkgVer>[2.4.0,3.0)</ConfluentKafkaPkgVer>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"rollForward": "latestFeature",
"version": "9.0.101"
"version": "9.0.102"
}
}
11 changes: 11 additions & 0 deletions src/OpenTelemetry.Exporter.Geneva/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
the LogExporter.
([#2422](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2422))

* Updated OpenTelemetry core component version(s) to `1.11.1`.
([#2477](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2477))

## 1.10.0

Released 2024-Nov-18
Expand Down Expand Up @@ -298,7 +301,9 @@ Released 2023-Mar-13
([#935](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/935))

* Update OpenTelemetry SDK version to `1.5.0-alpha.1`.

* Update GenevaMetricExporter to use TLV format serialization.

* Add support for exporting exemplars.
([#1069](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1069))

Expand Down Expand Up @@ -350,11 +355,14 @@ Released 2022-Dec-19

* Update OpenTelemetry to 1.4.0-rc.1
([#820](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/820))

* Add support in logs for prefix-based table name mapping configuration.
[#796](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/796)

* Updated the trace exporter to use the new performance APIs introduced in
`System.Diagnostics.DiagnosticSource` v7.0.
[#838](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/838)

* Avoid allocation when serializing scopes.
([#818](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/818))

Expand All @@ -365,10 +373,13 @@ Released 2022-Dec-09
* Added support for
[DateTimeOffset](https://learn.microsoft.com/dotnet/api/system.datetimeoffset).
([#797](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/797))

* Fix the overflow bucket value serialization for Histogram.
([#805](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/805))

* Fix EventSource logging.
([#813](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/813))

* Update `MessagePackSerializer` to use
[BinaryPrimitives](https://learn.microsoft.com/dotnet/api/system.buffers.binary.binaryprimitives)
to serialize scalar types more efficiently by avoiding repeated bound checks.
Expand Down
Loading

0 comments on commit 1d1d3a4

Please sign in to comment.