Commit Graph

1164 Commits

Author SHA1 Message Date
Reiley Yang 6ba9245f34
Remove the deprecated/unused dotnet-xunit dependency (#4574) 2023-06-12 19:00:53 -07:00
Mikel Blanchard d57e6f8688
[sdk-logs] Expose logging SDK implementation as public (#4568) 2023-06-09 15:44:45 -07:00
Vishwesh Bankwar 5ca8e98f1f
[otlp log exporter] Move logs extension methods to main otlp package (#4556) 2023-06-08 09:13:40 -07:00
Mikel Blanchard 1143c52e73
[api-logs] Removed default parameter from the EmitLog API (#4559) 2023-06-07 14:57:28 -07:00
Vishwesh Bankwar 6e73bb9acf
Minor perf improvement aspnetcore (#4551) 2023-06-06 15:36:03 -07:00
Utkarsh Umesan Pillai a4575581f1
Fix AOT warnings for RuntimeContext (#4542) 2023-06-06 13:04:33 -07:00
Eric Erhardt e67d44e9f7
[AOT] Resolve ConfigurationExtensions and EventSource warnings (#4534) 2023-06-02 11:44:27 -07:00
Utkarsh Umesan Pillai e7870196d3
Update ExponentialHistogram Benchmarks (#4539) 2023-06-01 17:06:59 -07:00
Utkarsh Umesan Pillai ccfbcc62d1
Mark Exemplars internal (#4533)
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
2023-05-31 20:32:43 -07:00
Mikel Blanchard 0ddbdb4e53
[di] Expose a detached LoggerProviderBuilder extension on IServiceCollection which may modify services (#4531)
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
2023-05-31 19:46:39 -07:00
Alan West 2f77b31d9c
Analysis of the imprecision of MapToIndex (#4509) 2023-05-31 18:10:01 -07:00
Alan West 6259af071d
Exponential histogram benchmarks (#4332) 2023-05-31 13:36:31 -07:00
Mikel Blanchard ba8fd47238
[di] Expose a detached MeterProviderBuilder extension on IServiceCollection which may modify services (#4517) 2023-05-31 12:52:55 -07:00
Mikel Blanchard 0b816319ac
[Sdk] TracerProviderBuilderBase chained/fluent call fix (#4529)
Co-authored-by: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com>
2023-05-31 10:54:02 -07:00
mfogliatto e85bd93673
Add ToOtlpLog unit tests for scopes (#4523) 2023-05-31 13:19:01 -04:00
Mikel Blanchard 107dd264c2
[di] Expose a detached TracerProviderBuilder extension on IServiceCollection which may modify services. (#4508) 2023-05-25 10:31:27 -07:00
Timothy Mothra 47d88e17a5
Add Support for HttpSemanticConvention breaking changes. (#4504) 2023-05-23 18:19:28 -07:00
Eric Erhardt f4f4469f21
[AOT] Resolve Trimming warnings in ActivityInstrumentationHelper (#4513) 2023-05-22 15:35:25 -07:00
Alan West 30ad91af37
Make exponential histogram negative buckets internal (#4494) 2023-05-16 14:45:33 -07:00
Alan West d5129b215d
Exponential histogram LowerBoundary implementation (#4465)
Co-authored-by: Utkarsh Umesan Pillai <utpilla@microsoft.com>
2023-05-15 17:17:17 -07:00
Mikel Blanchard d63c32f9ca
[hosting-logs] Improve the OpenTelemetryBuilder.ConfigureResource test (#4485) 2023-05-15 11:00:55 -07:00
Mikel Blanchard 5357f17444
[hosting-logs] Add WithLogging (#4483)
Co-authored-by: Utkarsh Umesan Pillai <utpilla@microsoft.com>
2023-05-12 15:36:16 -07:00
Utkarsh Umesan Pillai 5768a7567a
[Perf optimization] Reduce memory allocation for MetricReader Collect (#4482) 2023-05-12 11:36:54 -07:00
Mikel Blanchard 60ed9aa9a6
[sdk-logs] Add LoggerProvider extensions (#4480) 2023-05-11 17:04:00 -07:00
Mikel Blanchard 660d5b55cf
[sdk-logs] Update ILogger integration to use LoggerProvider (#4473) 2023-05-10 11:54:13 -07:00
Luiz Lelis fea6793a55
Clean up package version definitions using Directory.Packages.props (#4298)
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2023-05-09 09:35:05 -07:00
Utkarsh Umesan Pillai 67f01170a0
Update Metrics benchmarks (#4472)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2023-05-09 10:42:46 -04:00
Mikel Blanchard 085df7a6a0
[sdk-logs] Tests and bug fixes for logging builder & provider (#4467) 2023-05-08 11:00:35 -07:00
Mikel Blanchard 4376564d8e
[di-tracing] Fix the TracerProviderBuilder.AddInstrumentation factory pattern extension (#4468) 2023-05-08 10:18:05 -07:00
Vishwesh Bankwar b9908d14f8
[ASP.NET Core] Do not reset baggage on request stop event (#4274) 2023-05-05 14:11:12 -07:00
Mikel Blanchard 8f4d83a58e
[sdk-logs] LogRecord LogLevel/Severity conversion test (#4462) 2023-05-04 14:53:54 -07:00
Yun-Ting Lin 88e8439efa
[AOT] suppress IL2026 (#4428) 2023-05-02 17:53:49 -07:00
Mikel Blanchard 361750c45d
[api-logs] LogRecordSeverity enum tweaks (#4451) 2023-04-28 10:06:17 -07:00
Utkarsh Umesan Pillai bb16c20612
Add allocation details for AspNetCore instrumentation benchmarks (#4452) 2023-04-28 12:46:28 -04:00
xiang17 6c9c48f23f
Fix flaky unit tests of SelfDiagnosticsConfigRefresher (#4448) 2023-04-27 12:47:56 -07:00
Mikel Blanchard 4ebbccfe7b
[sdk-logs] Add BatchExportLogRecordProcessorOptions to SDK (#4446) 2023-04-26 15:51:57 -07:00
Mikel Blanchard e195dd8341
[sdk-logs] Add LoggerProviderServiceCollectionBuilder to SDK (#4441) 2023-04-26 14:57:04 -07:00
Alan West 39314f890d
OTLP exporter: Set observed timestamp (#4444) 2023-04-26 16:11:01 -04:00
Mikel Blanchard 9d2c31aab0
[api-logs] Remove InstrumentationScope class (#4436) 2023-04-25 16:12:29 -07:00
Alan West 201beab7c0
Disable PublishAot for OSX (#4435) 2023-04-25 15:39:00 -07:00
Mikel Blanchard 7cec101bf8
[di-logs] Add internal artifacts for OTel spec log bridge API (#4434) 2023-04-25 11:34:14 -07:00
Mikel Blanchard 6a64dd2bc5
[api-logs] Add internal artifacts for OTel spec log bridge API (#4422) 2023-04-25 10:20:17 -07:00
Yun-Ting Lin ef0c921708
[AOT] Added publishAOT test app to ensure OpenTelemetry SDK is AOT safe. (#4392) 2023-04-21 12:08:57 -07:00
Utkarsh Umesan Pillai 996bae1076
Update HttpClientInstrumentation benchmarks (#4410) 2023-04-20 10:44:17 -07:00
Mikel Blanchard acbf10aa57
[sdk.logging] More consistent handling of StateValues/Attributes (#4334) 2023-04-20 10:23:58 -07:00
Utkarsh Umesan Pillai 586aa7eb6d
Update AspNetCore benchmarks (#4405) 2023-04-19 10:54:35 -07:00
Yun-Ting Lin 30b7b79e9c
added a test for Histogram `Update` and `TakeSnapshot` methods (#4340) 2023-04-14 13:06:00 -07:00
Timothy Mothra 807f703e1b
move tests from OpenTelemetry.Tests project to OpenTelemetry.Api.Tests (#4368) 2023-04-05 21:41:30 -07:00
Alan West b449fa1d15
Add telemetry.sdk.* attributes to default resource (#4369) 2023-04-05 17:29:59 -07:00
Timothy Mothra 1c0708e2b0
new project: OpenTelemetry.Api.Tests (#4355) 2023-04-05 12:11:46 -07:00