Evan Mattson
2116966171
Fix dotnet run jaeger command. Include comment on how to access localhost Jaeger UI. ( #3957 )
2022-11-30 15:55:48 -08:00
Han Gao
260460787f
[DOC] Update Jaeger tutorial to use OTLP Exporter ( #3940 )
...
* [DOC] Update Jaeger tutorial to use OTLP Exporter
* fix HttpClient could not be found in .NET framework error during CI
* fix markdown lint issue
* Update jaeger example .csproj file
* Update docs/trace/getting-started-jaeger/getting-started-jaeger.csproj
* Remove redundant options setting and update README
Co-authored-by: Reiley Yang <reyang@microsoft.com>
2022-11-30 11:10:23 -08:00
Vishwesh Bankwar
e376aef472
[SqlClient] Clarify behavior when using `System.Data.SqlClient` with .NET Framework ( #3937 )
...
* Add System.Data.SqlClient clarification for netfmk
* wrap comment
* readme update
* readme
* Update src/OpenTelemetry.Instrumentation.SqlClient/README.md
Co-authored-by: Timothy Mothra <tilee@microsoft.com>
* resolve PR comments
Co-authored-by: Timothy Mothra <tilee@microsoft.com>
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2022-11-29 10:46:25 -08:00
Robert Pająk
6c73e36808
Update README.md ( #3951 )
2022-11-28 15:54:02 -08:00
Timothy Mothra
39283c7327
create empty test project for Console Exporter ( #3933 )
2022-11-23 16:36:31 -08:00
Timothy Mothra
a2c192642a
remove pinned version ( #3935 )
2022-11-23 16:15:47 -08:00
Timothy Mothra
2f492b2fc0
fix W3CTraceContextTests integration test ( #3938 )
2022-11-23 15:59:47 -08:00
Vishwesh Bankwar
943c856c1c
[]ASP.NET Core] Update `http.status_code` dimension type to int ( #3930 )
...
* change status code dimension from string to int
2022-11-22 10:06:32 -08:00
Utkarsh Umesan Pillai
82d3bacd68
Remove semVer prefix ( #3929 )
...
* Remove semVer prefix
* Use default instrumentation version as 1.0.0.0
2022-11-21 16:20:11 -08:00
Vishwesh Bankwar
c5ecd05c72
[ASP.NET Core] Add additional `http.server.duration` metric attributes ( #3928 )
2022-11-21 15:21:31 -08:00
Yun-Ting Lin
a4df1453e2
Add OTLP over gRPC project skeleton. ( #3909 )
2022-11-18 13:45:43 -08:00
rinat16
490b9b1ac7
[ASP.NET Core] replace http.target with http.route ( #3903 )
2022-11-18 12:50:30 -05:00
Utkarsh Umesan Pillai
50a2180e6e
Use the correct workflow for Build badge ( #3921 )
...
* Use the correct workflow
* Fix link
2022-11-17 20:52:28 -08:00
Cijo Thomas
88239aaf76
Fix CI badge with new workflow ( #3920 )
2022-11-17 13:39:19 -05:00
Mikel Blanchard
bf95a54901
Removed AddExporter API for 1.4 release. ( #3908 )
...
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2022-11-17 12:30:37 -05:00
Vishwesh Bankwar
459e2d7fad
[ASP.NET Core] Remove `http.host` and add `net.host.name` and `net.host.port` ( #3858 )
2022-11-17 12:18:34 -05:00
Mikel Blanchard
656bd7c8b2
[Hosting] README updates ( #3913 )
...
* OpenTelemetry.Extensions.Hosting README updates.
* Review.
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2022-11-17 00:23:25 -05:00
Michael Maxwell
425a59effe
Update grafana prometheus instructions ( #3916 )
2022-11-16 21:41:17 -05:00
Michael Maxwell
e0d87376f3
Update prometheus ports to the default 9464 ( #3914 )
...
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2022-11-16 21:31:10 -05:00
Vishwesh Bankwar
8b72ff037f
minor refactor ( #3915 )
2022-11-16 16:12:54 -05:00
Cijo Thomas
4635f356d4
Minor doc update ( #3886 )
2022-11-15 15:46:52 -05:00
Mikel Blanchard
0604ecf346
[Traces] Made ctor on BatchExportActivityProcessorOptions accepting IConfiguration internal ( #3902 )
2022-11-15 15:29:30 -05:00
Vishwesh Bankwar
2e7b7a9308
[HttpClient] Add `net.peer.name` and `net.peer.port` on metric dimensions ( #3907 )
...
* Add net.peer.name and net.peer.port on metric
* changelog
* rmv todo
2022-11-15 14:57:32 -05:00
Vishwesh Bankwar
a758c60cf4
fix tests ( #3906 )
2022-11-15 13:32:11 -05:00
Mikel Blanchard
f770047d97
[Sql Instrumentation] Unify exposed public API ( #3900 )
...
* Unify public api exposed in sql instrumentation package.
* CHANGELOG patch.
* Code review.
* README updates.
* README tweaks.
2022-11-14 14:33:55 -08:00
Mikel Blanchard
018dc9cc49
Cleaned up notes. ( #3899 )
2022-11-14 10:21:33 -08:00
Mikel Blanchard
1daa2e3a4f
[docs] TracerProviderBuilder configuration docs updates ( #3894 )
...
* Configuration docs.
* Tweaks + lint.
* Spellcheck.
* Tweaks.
* Lint.
* Code review.
* Tweaks.
* Code review.
* Code review.
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2022-11-14 10:00:29 -08:00
Utkarsh Umesan Pillai
c7aefab687
Minor doc fix ( #3892 )
2022-11-11 14:54:48 -08:00
Utkarsh Umesan Pillai
3919a2a0ef
Add strategy back to the workflow ( #3893 )
2022-11-11 14:51:59 -08:00
Mikel Blanchard
ddcff7de3c
[Logs] Support dependency injection in ResourceBuilder and load envvars from IConfiguration ( #3889 )
...
* Fixed logging resource builder not being attached to IServiceProvider.
* CHANGELOG patch.
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
2022-11-11 11:49:44 -08:00
Vishwesh Bankwar
b5e50b2878
[ASP.NET Core] Clear logging for testing scenarios ( #3810 )
2022-11-11 13:50:12 -05:00
Vishwesh Bankwar
2fce583b9c
[HttpClient] Remove `http.host` and add `net.peer.name` & `net.peer.port` to match spec ( #3832 )
2022-11-11 12:49:30 -05:00
Michael Maxwell
a8927964f3
Update ci-md.yml ( #3891 )
2022-11-10 15:38:02 -08:00
Vishwesh Bankwar
53cbce0f09
minor doc fix ( #3890 )
2022-11-10 17:51:02 -05:00
Mikel Blanchard
165b6f4ca4
[Repo] TracerProviderBuilder dependency injection docs updates ( #3869 )
...
* Added content for the "Guidance for library authors" section.
* Code review.
* Spellcheck!
* Code review.
* Code review.
* Code review.
* Bug fix.
* Lint.
* Tweaks.
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
Co-authored-by: Utkarsh Umesan Pillai <utpilla@microsoft.com>
2022-11-10 09:44:29 -08:00
Utkarsh Umesan Pillai
82941d6c79
Update build workflow to set fail-fast to false ( #3887 )
...
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2022-11-09 19:29:06 -05:00
dependabot[bot]
a8b72df614
Bump Microsoft.Data.SqlClient ( #3882 )
2022-11-09 19:18:08 -05:00
Cijo Thomas
5ed4663dba
Delete linux-ci.yml ( #3884 )
2022-11-09 18:48:44 -05:00
Michael Maxwell
724294d00f
Combine Windows and Linux CI Workflows ( #3786 )
2022-11-09 14:48:19 -08:00
Cijo Thomas
a5e5ed8705
Minor doc fixes across all components ( #3879 )
2022-11-09 13:05:52 -05:00
Mikel Blanchard
d9e08386bb
Update global.json for .NET 7 release. ( #3876 )
2022-11-08 14:40:50 -05:00
Cijo Thomas
85da882bbd
Upgrade DS to 7.0 stable ( #3875 )
2022-11-08 12:13:54 -05:00
Mikel Blanchard
51f6cb7675
Tweak AddExporter to work better with Options API. ( #3870 )
...
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2022-11-08 11:46:53 -05:00
Utkarsh Umesan Pillai
273c20580a
Update CHANGELOG for 1.4.0-beta.4 ( #3868 )
2022-11-07 12:04:04 -08:00
Mikel Blanchard
00e89d3596
[Repo] Added initial TracerProviderBuilder dependency injection docs ( #3865 )
...
* Added initial TracerProviderBuilder dependency injection docs.
* Code review and lint.
* Code review.
Co-authored-by: Utkarsh Umesan Pillai <utpilla@microsoft.com>
2022-11-07 10:16:58 -08:00
Alan West
f1992d9363
Refactor OTLP mock collector test ( #3849 )
2022-11-04 18:20:55 -04:00
Cijo Thomas
be78372696
Minor perf tweaks in Metrics ( #3867 )
2022-11-04 12:40:24 -04:00
Cijo Thomas
91607e7d77
More performance improvement when views are used ( #3864 )
2022-11-04 09:40:07 -04:00
Cijo Thomas
91a9b7c549
Minor perf improvement for metric ( #3862 )
2022-11-03 14:51:10 -04:00
Mikel Blanchard
6c3beef649
[Repo] Expand processor & exporter section in tracing docs ( #3855 )
2022-11-02 20:15:21 -04:00