Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-telemetry/opentelemetry-dotnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: open-telemetry/opentelemetry-dotnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main-logs
Choose a head ref
  • 11 commits
  • 361 files changed
  • 19 contributors

Commits on Sep 30, 2022

  1. [Logs-branch] Add LoggerProvider spec changes (#3707)

    * Added back removed projects.
    
    * Added back API changes.
    
    * Updated logger artifacts to be public in API.
    
    * Added back SDK changes.
    
    * Revert global.json changes.
    
    * Added LoggerProvider extensions.
    
    * Fix up Serilog + EventSource projects.
    
    * CHANGELOG stubs.
    
    * Add back ConsoleExporter changes.
    
    * CHANGELOG stub.
    
    * Added back InMemoryExporter changes.
    
    * Added back OtlpExporter changes.
    
    * Added back docs changes.
    
    * Add back examples changes.
    
    * Benchmark fixes.
    
    * Benchmark fixes.
    
    * Add back OtlpExporter test changes.
    
    * Logs stress test fixes.
    
    * Added back test changes.
    
    * Expose more of the new API in SDK.
    
    * Updates for LogRecord.Severity being made public.
    
    * Run workflows for any branch starting with "main". (#3708)
    
    * Revert breaking changes.
    
    * Suppress a breaking change warning.
    
    * Patch CHANGELOGs.
    
    * Add back OpenTelemetryLoggerOptions.ConfigureResource.
    
    * [Repo] ApiCompat updates (#3716)
    
    * Tweaks.
    
    * Updated batch log processor envvar keys from spec.
    CodeBlanch authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    f73e453 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. [Logs-branch] Serilog activity enricher (#3721)

    * Implement Serilog Activity enricher
    
    * Removed unnecessary using directive and removed semicolon from the `PublicAPI.Unshipped.txt` file
    
    * `ParentSpanId` is ignored when the value is `default`
    
    * added documentation about the Activity Enricher
    
    * Public API updates.
    
    * README updates.
    
    * Add an option for including TraceState.
    
    Co-authored-by: Wilson Rivera <[email protected]>
    CodeBlanch and wilsonrivera authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    ad5b53e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c3f53f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. [Logs-branch] Port scope buffering fix to logs branch (#3736)

    * [Logs] Fix buffered log scopes being reused (#3731)
    
    * Fix buffered log scopes being reused.
    
    * CHANGELOG update.
    
    * Test fixes.
    
    Co-authored-by: Cijo Thomas <[email protected]>
    
    * Update log scope buffering fix for new api.
    
    Co-authored-by: Cijo Thomas <[email protected]>
    CodeBlanch and cijothomas authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    9aebae2 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    7419668 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. [Logs-branch] More spec-compliant handling of InstrumentationScope (#…

    …3762)
    
    * More spec-compliant handling of InstrumentationScope in logging.
    
    * Added throw behavior comment.
    
    * Code review.
    CodeBlanch authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    5e908f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. [Logs-branch] More spec-compliant handling of SeverityText (#3774)

    * More spec compliant handling of SeverityText.
    
    * Update public api files.
    
    * Fix warning.
    
    * Unit tests.
    
    * Test fix.
    
    * Code review.
    CodeBlanch authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    4defde9 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. [logs-branch] Merge from main into main-logs (#3809)

    * [Logs] Fix buffered log scopes being reused (#3731)
    
    * Fix buffered log scopes being reused.
    
    * CHANGELOG update.
    
    * Test fixes.
    
    Co-authored-by: Cijo Thomas <[email protected]>
    
    * clarify that Prometheus HttpListner is not for production at this moment (#3737)
    
    * [HttpClient] Export spans corresponding to retries (#3732)
    
    * Minor update to OTLP readme (#3739)
    
    * Nit fixes to prometheus readme
    
    * Add minor clarification about OTLP logs
    
    * Update workflow (#3741)
    
    * Minor improvement to log message (#3742)
    
    * [SDK + Jaeger] Support loading environment variables from IConfiguration in Traces & Metrics (#3720)
    
    * Support retrieval of environment variables through IConfiguration in SDK.
    
    * Update Jaeger to load environment variables through IConfiguration.
    
    * Warning fix.
    
    * CHANGELOG patch.
    
    * Bug fixes.
    
    * Warning cleanup.
    
    * Code review.
    
    * [Zipkin] Support loading envvars from IConfiguration (#3759)
    
    * Support loading envvars from IConfiguration in Zipkin exporter.
    
    * CHANGELOG patch.
    
    * SqlClient Instrumentation to leverage native Activity Status. (#3751)
    
    * [Metrics] Update default buckets for Explicit Bucket Histogram from spec (#3722)
    
    * [Logs] Fix: Respect AttributeValueLengthLimit when building otlp LogRecord data (#3684)
    
    * Respect SdkConfiguration.AttributeValueLengthLimit so otlp data points are not rejected by monitoring tools
    
    * Respect maxAttributeCount and use OtlpKeyValueTransformer in AddStringAttribute and in AddIntAttribute
    
    * Extend CHANGELOG.md
    
    Co-authored-by: Mikel Blanchard <[email protected]>
    
    * Bump actions/setup-dotnet from 3.0.1 to 3.0.2 (#3764)
    
    Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.1 to 3.0.2.
    - [Release notes](https://github.com/actions/setup-dotnet/releases)
    - [Commits](actions/setup-dotnet@v3.0.1...v3.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-dotnet
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * [Repo] Attempting to stabilize the API Compatibility CI job (#3766)
    
    * Attempting to stablize the API Compatibility CI.
    
    * Tweak.
    
    * More logging.
    
    * Increase build logging level for api compat ci job.
    
    * Tweak.
    
    * Tweak.
    
    * Revert extra logging in ci job.
    
    * Switched some logging back to debug.
    
    * Adding MinMax to Histograms (#2735)
    
    * Logging state during building of TracerProvider (#3746)
    
    * [HttpClient] Add unit tests for `RecordException` case (#3761)
    
    * Add a separate example project for Logs redaction (#3744)
    
    * Update CHANGELOG for 1.4.0-beta.2 release (#3772)
    
    * [SDK + Otlp] Support loading envvars from IConfiguration (#3760)
    
    * Updated Otlp Trace & Metrics exporters to load envvars from IConfiguration.
    
    * Patch CHANGELOGs.
    
    * Fix up otlp log exporter for SdkOptions changes.
    
    * Revert SdkOptions public api.
    
    * Restore tests.
    
    * Fix benchmarks.
    
    * SdkLimitOptions IConfiguration test.
    
    * OtlpExporterOptions IConfiguration test.
    
    * MetricReaderOptions IConfiguration test.
    
    * Bug fix.
    
    * Nit.
    
    * [SqlClient] Add support for Filter expression (#3743)
    
    * [SDK, Jaeger, Zipkin, & Otlp] Support loading envvars for BatchExportActivityProcessorOptions from IConfiguration (#3776)
    
    * Support loading envvars for ExportActivityProcessorOptions & BatchExportActivityProcessorOptions from IConfiguration.
    
    * Update src/OpenTelemetry/CHANGELOG.md
    
    Co-authored-by: Piotr Kiełkowicz <[email protected]>
    
    * Patch CHANGELOG.
    
    * Unit test.
    
    Co-authored-by: Cijo Thomas <[email protected]>
    Co-authored-by: Piotr Kiełkowicz <[email protected]>
    
    * Remove Env from CI `DOTNET_MULTILEVEL_LOOKUP = 1` (#3779)
    
    * Link to .NET docs about different ports (#3704)
    
    * Update DS to rc2 (#3781)
    
    * ConsoleLogExporter to output full exception (#3784)
    
    * [ASP.NET Core] Add back netstandard2.0 and 2.1 targets (#3755)
    
    * [HttpClient] Add back netstandard2.0 target (#3787)
    
    * Add back netstandard2.0 target
    
    * changelog
    
    * public api files
    
    * Bump System.Text.Json version due to CVE-2021-26701 (#3789)
    
    * Auto-generated Semantic Conventions (#2069)
    
    * [SDK] Support dependency injection in ResourceBuilder and load envvars from IConfiguration (#3782)
    
    * Add Vishwesh as an Approver (#3783)
    
    Co-authored-by: Cijo Thomas <[email protected]>
    
    * Move more SDK docs to docs folder (#3794)
    
    * [Prometheus AspNetCore] Support named options in pipeline extensions (#3780)
    
    * Support named options in Prometheus AspNetCore pipeline extensions.
    
    * Patch CHANGELOG.
    
    Co-authored-by: Cijo Thomas <[email protected]>
    
    * [Logs] UnitTest: LogRecord attribute limits (#3758)
    
    * Unittest for LogRecord attribute limits
    
    * Remove maxValueLength from LogRecordExtensions.AddIntAttribute.
    
    Change requested from #3684 (comment)
    
    * Pr commits addressed
    
    Co-authored-by: Mikel Blanchard <[email protected]>
    
    * Add MinMax to console and doc additions (#3795)
    
    * Mark private and internal classes as sealed (#3799)
    
    Co-authored-by: Cijo Thomas <[email protected]>
    
    * Move more docs to docs folder (#3801)
    
    * [ASP.NET Core] Update enrich callbacks to use specific type. (#3749)
    
    * [Http] Update enrich callbacks for http (#3792)
    
    * [SDK] Support dependency injection in the GetDefaultResource API (#3798)
    
    * Support dependency injection in the GetDefaultResource API.
    
    * CHANGELOG patch.
    
    * Test tweaks.
    
    Co-authored-by: Cijo Thomas <[email protected]>
    
    * Fix circular reference issue building up tracer provider. (#3803)
    
    * [SDK] Add some missing nullable annotations (#3796)
    
    * Added some missing nullable annotations in SDK.
    
    * Handle null span names in SamplingParameters.
    
    * Warning cleanup.
    
    * Warning cleanup.
    
    * Added link to issue in comment.
    
    Co-authored-by: Alan West <[email protected]>
    
    * Guard.Range now uses invariant culture for error message (#3778)
    
    Co-authored-by: Utkarsh Umesan Pillai <[email protected]>
    
    * Fix circular reference issue building up meter provider. (#3806)
    
    Co-authored-by: Utkarsh Umesan Pillai <[email protected]>
    
    * Add missing end of code block backticks (#3807)
    
    * More doc tweaks (#3805)
    
    * More doc tweaks
    
    * remove draft staatus
    
    * Update grpc client enrich callbacks (#3804)
    
    * Port refactor from main-logs branch. (#3808)
    
    Co-authored-by: Cijo Thomas <[email protected]>
    
    * Merge fixes.
    
    * Merge fixes.
    
    * Merge fix.
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: Cijo Thomas <[email protected]>
    Co-authored-by: Reiley Yang <[email protected]>
    Co-authored-by: Vishwesh Bankwar <[email protected]>
    Co-authored-by: Cijo Thomas <[email protected]>
    Co-authored-by: Yun-Ting Lin <[email protected]>
    Co-authored-by: Sebastian Schoder Moreno <[email protected]>
    Co-authored-by: Jonathan Wilhelm <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Michael Maxwell <[email protected]>
    Co-authored-by: ggoel <[email protected]>
    Co-authored-by: Utkarsh Umesan Pillai <[email protected]>
    Co-authored-by: Pavel Steinl <[email protected]>
    Co-authored-by: Piotr Kiełkowicz <[email protected]>
    Co-authored-by: aristotelos <[email protected]>
    Co-authored-by: Joao Grassi <[email protected]>
    Co-authored-by: Alan West <[email protected]>
    Co-authored-by: benhall_io <[email protected]>
    18 people authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    aba8a69 View commit details
    Browse the repository at this point in the history
  2. [logs-branch] Support loading OtlpLogExporter envvars from IConfigura…

    …tion (#3812)
    
    * Apply configuration pattern to OtlpLogExporter paths.
    
    * CHANGELOG patch.
    CodeBlanch authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    2f6e7e3 View commit details
    Browse the repository at this point in the history
  3. [logs-branch] Apply Resource dependency injection pattern to LoggerPr…

    …ovider (#3813)
    
    * Apply resource dependency injection changes to LoggerProvider.
    
    * CHANGELOG update.
    
    * Test update.
    
    * CHANGELOG patch.
    CodeBlanch authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    2f4cd5b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. [logs-branch] Port circular reference fix for LoggerProvider + IConfi…

    …guration for ExportLogRecordProcessorOptions (#3814)
    
    * Fix circular reference issue in LoggerProvider buildup.
    
    * Support loading ExportLogRecordProcessorOptions envvars from IConfiguration.
    CodeBlanch authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    5be8226 View commit details
    Browse the repository at this point in the history
Loading