Commit Graph

225 Commits

Author SHA1 Message Date
xiang17 8de335c486
[sdk-metrics] Promote cardinality limit view API from experimental to stable (#5926)
Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
2024-10-28 09:51:10 -07:00
Mikel Blanchard 25d99a56bf
[repo] Mitigate vulnerabilities in System.Text.Json 8.0.0 packages (#5874) 2024-10-04 13:38:15 -07:00
Mikel Blanchard c8a8913152
[repo] Take advantage of System.Threading.Lock when compiling against .NET9 (#5861) 2024-09-24 14:47:16 -07:00
Rajkumar Rangaraj cd01f932a6
[repo] Replace .NET6 target with .NET9 (#5832)
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2024-09-19 17:32:10 -07:00
Timothy Mothra f7e2a78f4f
[repo] remove questions template and redirect to discussions (#5827)
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2024-09-12 09:53:57 -07:00
xiang17 c483222ea5
[repo] Remove .NET 7 target (#5795)
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2024-08-21 09:09:13 -07:00
Mikel Blanchard 230adaba57
[docs] Top-level doc showing how to initialize the OpenTelemetry SDK (#5762) 2024-08-08 11:09:06 -07:00
Vishwesh Bankwar b15f9a82e3
[repo] Add ReleaseNotes.md to include features shipped in stable release (#5772)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2024-08-07 14:16:01 -07:00
Mikel Blanchard a763c0dbfc
[repo] Auto label pull requests (#5681) 2024-06-10 09:02:41 -07:00
Mikel Blanchard 3ffa9160d9
[repo] Release automation improvements (#5657) 2024-05-29 10:41:04 -07:00
Mikel Blanchard 81244d6136
[repo] CI tweaks and improvements (#5651) 2024-05-27 23:37:19 -07:00
Mikel Blanchard 625f32f33e
[docs] Add exemplar project to solution (#5650) 2024-05-24 13:04:08 -07:00
Piotr Kiełkowicz b444464d0f
[repo] Cleanup shared code (#5622) 2024-05-17 12:17:13 -07:00
Mikel Blanchard 1bbafaa7b7
[repo] Build script organization (#5619) 2024-05-14 14:55:19 -07:00
Mikel Blanchard 2d2fcf9650
[repo] Post-release workflow refactor (#5617) 2024-05-14 14:12:53 -07:00
Mikel Blanchard cf8ca09a55
[shared] Remove TagTransformer and improve TagWriter (#5602) 2024-05-14 11:44:41 -07:00
Mikel Blanchard af3c389c0c
[sdk-metrics] Expose Exemplars stable (#5607) 2024-05-13 13:55:56 -07:00
Mikel Blanchard 9d12b36fd5
[repo] Release process tweaks & improvements 4 (#5598)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Reiley Yang <reyang@microsoft.com>
2024-05-13 13:35:44 -07:00
Mikel Blanchard 409d96de68
[repo] Add-labels workflow fix (#5605)
Co-authored-by: Reiley Yang <reyang@microsoft.com>
2024-05-10 13:10:22 -07:00
Mikel Blanchard b8ea807bae
[sdk-metrics] ExemplarReservoir dedicated diagnostic and custom ExemplarReservoir support (#5558) 2024-05-10 11:39:03 -07:00
Mikel Blanchard ee5e1e0628
[repo] Automatically add area labels when new issue is opened (#5601) 2024-05-09 10:16:47 -07:00
Piotr Kiełkowicz abb680143a
[Instrumentation.AspNetCore] Move to contrib repository (#5599) 2024-05-08 09:54:22 -07:00
Piotr Kiełkowicz 4a860e38f7
[Instrumentation.GrpcNetClient] Move to contrib repository (#5593) 2024-05-07 11:13:50 -07:00
Mikel Blanchard eace49c2fb
[repo] Release process tweaks & improvements (#5584) 2024-04-30 22:59:35 -07:00
Piotr Kiełkowicz e2a867f192
[Instrumentation.Http] Move to contrib repository (#5574) 2024-04-29 12:02:59 -07:00
Piotr Kiełkowicz 98a5d3e5b2
[Instrumentation.SqlClient] Move to contrib repository (#5559)
Co-authored-by: Reiley Yang <reyang@microsoft.com>
2024-04-24 11:22:36 -07:00
Mikel Blanchard 994b890be1
[repo] Improve the scripts used in the release process (#5561) 2024-04-23 15:11:04 -07:00
Mikel Blanchard 3898df5509
[repo] Define release process for unstable core components (#5531) 2024-04-17 09:33:03 -07:00
Reiley Yang 1fb00d9a8a
Remove OpenTelemetry.SemanticConventions project (#5539) 2024-04-16 13:27:36 -07:00
Vishwesh Bankwar e222ecb594
[Instrumentation.Http][Instrumentation.AspNetCore] Fix `url.full` and `url.query` attribute values (#5532) 2024-04-12 11:47:42 -07:00
Mikel Blanchard 0bbebb5367
[logs] Mitigate unwanted object creation during configuration reload (#5514)
Co-authored-by: Reiley Yang <reyang@microsoft.com>
2024-04-12 11:17:50 -07:00
Mikel Blanchard a4e5cf524c
[shared] Add TagWriter implementation (#5476) 2024-04-09 12:07:20 -07:00
Piotr Kiełkowicz 562f4538b8
[Instrumentation.GrpNetClient, Instrumentation.SqlCliet] set ActivitySource.Version to NuGet package version (#5498)
Co-authored-by: Vishwesh Bankwar <vishweshbankwar@users.noreply.github.com>
2024-04-09 10:46:42 -07:00
Mikel Blanchard 1a607c852e
[sdk-metrics] Exemplar concurrency updates (#5465)
Co-authored-by: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com>
2024-03-26 14:52:55 -07:00
Mikel Blanchard 21aeaa70c0
[shared] Refactor logging for configuration extensions (#5469) 2024-03-26 12:27:56 -07:00
Mikel Blanchard 49f16e44d0
[shared] Tag transformer improvements (#5455)
Co-authored-by: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com>
2024-03-22 13:40:19 -07:00
Mikel Blanchard 040012b400
[shared] Split options and configuration extensions into separate files (#5466) 2024-03-22 09:17:02 -07:00
Mikel Blanchard e4b08ac152
[docs-logging] Add a logging doc for showing how to set up a dedicated pipeline for specific logs (#5356) 2024-02-15 12:48:15 -08:00
Yun-Ting Lin 8ff986b296
[sdk] Added support for setting `CardinalityLimit` allowed for the metric managed by the view. (#5312)
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2024-02-06 12:47:25 -08:00
Piotr Kiełkowicz edc9fe2e6e
[Instrumentation.SqlClient] Support only stable HTTP semantic convention (#5270)
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
2024-01-29 16:53:02 -08:00
Mikel Blanchard 914ebf9c6d
[repo] Fix docfx build + improve CI for md-only PRs (#5257) 2024-01-25 11:52:20 -08:00
Luiz Lelis 89e538293b
docs: `resource-detector` should not be tied to tracing (#5188)
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
2024-01-17 17:29:33 -08:00
Reiley Yang 1b4f231e2e
Complex object logging example (#5214) 2024-01-11 18:38:48 -08:00
Mikel Blanchard 88493d257c
[repo] CI improvements (#5023)
Co-authored-by: Yun-Ting <yunl@microsoft.com>
Co-authored-by: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com>
2024-01-08 13:09:28 -08:00
Mikel Blanchard 14ee5c456e
[repo] Include license files in packages (#5192) 2023-12-19 15:45:49 -08:00
Mikel Blanchard 63fe0f3cc7
[repo] Add THIRD-PARTY-NOTICES file (#5190) 2023-12-19 11:05:16 -08:00
Mikel Blanchard 38468744a5
[sdk-metrics] ExperimentalAttribute decorations for experimental exemplar APIs (#5153)
Co-authored-by: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com>
2023-12-11 12:17:18 -08:00
Mikel Blanchard f5c116001f
[api-logs] Define OTEL1000 & OTEL1001 diagnostics and decorate APIs (#4963)
Co-authored-by: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com>
2023-12-08 09:31:54 -08:00
Yun-Ting Lin d3461964ca
add concurrency tests with Coyote to CI (#4879) 2023-11-17 11:10:05 -08:00
Utkarsh Umesan Pillai c337d1ea84
[repo] Misc changes (#5053) 2023-11-15 14:08:03 -08:00