dependabot[bot]
87a33138ed
Bump actions/stale from 7 to 8 ( #4329 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
Co-authored-by: Utkarsh Umesan Pillai <utpilla@microsoft.com>
2023-03-27 16:55:01 -07:00
Yun-Ting Lin
27560f6267
set `TraceState` field in OTLP Exporter ( #4331 )
2023-03-27 16:25:57 -07:00
Alan West
094124e9ee
Add exponential histogram MaxScale configuration ( #4327 )
2023-03-23 19:31:33 -07:00
Alan West
3d1c489998
Fix exp histogram snapshot when exemplars are enabled ( #4325 )
2023-03-22 17:29:27 -07:00
Piotr Kiełkowicz
e9226cfadf
[Instrumentation.AspNetCore] Document metrics ( #4321 )
...
Co-authored-by: Vishwesh Bankwar <vishweshbankwar@users.noreply.github.com>
2023-03-22 13:00:56 -04:00
Alan West
a46039a39b
Fix exponential histogram bucket snapshot ( #4313 )
2023-03-21 09:42:33 -07:00
Piotr Kiełkowicz
811d0eb12d
[Exporter.OTLP] Nullability for compiled in files - part 1 ( #4282 )
2023-03-20 17:08:39 -07:00
Vishwesh Bankwar
905e5d905e
Add clarification note for propagation in case of instrumentation libraries ( #4314 )
2023-03-20 13:37:46 -07:00
Alan West
d924663dc3
Fix min/max snapshot for explicit bounds histogram ( #4306 )
2023-03-16 13:51:34 -07:00
mfogliatto
3d6656feec
Add OtlpLogExporter.Export method tests ( #4296 )
...
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2023-03-15 19:05:12 -04:00
Alan West
30e405431b
Add exponential histogram tests and in-memory exporter support ( #4303 )
2023-03-15 13:20:40 -07:00
Mikel Blanchard
5aad3e0486
[sdk] SuppressInstrumentationScope perf tweaks ( #4304 )
2023-03-15 11:28:58 -07:00
Yun-Ting Lin
7638d85495
[Instrumentation.Http] Added an example for metrics to the document. ( #4216 )
...
Co-authored-by: Vishwesh Bankwar <vishweshbankwar@users.noreply.github.com>
Co-authored-by: Reiley Yang <reyang@microsoft.com>
2023-03-14 20:52:12 -04:00
Yun-Ting Lin
849f8804f7
updated DroppedCount in BatchExportProcessor to use Volatile.Read() ( #4302 )
2023-03-14 12:17:59 -07:00
Alan West
ac55f0e9a6
Add MetricType.ExponentialHistogram ( #4295 )
...
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2023-03-14 09:58:48 -07:00
Yun-Ting Lin
2c7f746d85
updated shutdownDrainTarget in BatchExportProcessor to be thread-safe ( #4294 )
2023-03-13 18:47:47 -07:00
Alan West
9395b9e944
Expose exponential histogram data ( #4290 )
2023-03-10 15:16:33 -08:00
J. Kalyana Sundaram
3b1ceba8e6
Example / proof of concept to achieve a combination of head-based sampling + a basic form of tail-based sampling at a span level. ( #4206 )
...
Co-authored-by: Timothy Mothra <tilee@microsoft.com>
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2023-03-10 16:52:58 -05:00
J. Kalyana Sundaram
a1ea6d6aef
Fix for #4264 : Consider removing the "advanced" folder ( #4286 )
2023-03-09 14:40:19 -08:00
Alan West
e4554f2cd3
Implement Update and Snapshot for exponential histogram buckets ( #4267 )
...
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2023-03-09 10:34:33 -08:00
Mikel Blanchard
c1f1116784
[repo] Update GitHub PR template ( #4287 )
2023-03-08 19:25:18 -05:00
Mikel Blanchard
b200ceb86e
[repo] Adding some guidance/requirements in CONTRIBUTING for nullable reference types and static analysis ( #4284 )
...
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
Co-authored-by: Reiley Yang <reyang@microsoft.com>
2023-03-08 15:54:41 -08:00
condezero
990deee419
fix target framework ( #4278 )
2023-03-08 12:06:49 -05:00
Cijo Thomas
6c580b387d
Changelog update for 1.5.0-alpha.1 ( #4281 )
2023-03-07 18:39:54 -05:00
Piotr Kiełkowicz
6ffefb73ef
Removed not used file from OTLP project ( #4280 )
2023-03-07 11:42:49 -05:00
Cijo Thomas
f3dab75ef3
Add unit tests for Exemplars ( #4275 )
2023-03-06 21:05:08 -05:00
Cijo Thomas
9fdf4fc9de
Doc tweaks for Exemplars ( #4273 )
...
Co-authored-by: Reiley Yang <reyang@microsoft.com>
2023-03-06 10:50:16 -08:00
Mikel Blanchard
a318130617
[sdk] Make ResourceBuilder.AddDetector factory pattern public (attempt 2) ( #4261 )
...
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2023-03-06 11:42:55 -05:00
Cijo Thomas
1a30646546
Update Jaeger readme to indicate future deprecation ( #4270 )
2023-03-05 21:28:59 -08:00
Cijo Thomas
8cd0ef5642
HttpClient benchmark updates ( #4269 )
2023-03-04 22:54:53 -08:00
Cijo Thomas
474ddcb217
Cleanup aspnetcore benchmarks and add metrics ( #4266 )
2023-03-03 16:44:22 -08:00
Cijo Thomas
4425ce52fc
Fix thread safety for exemplars ( #4263 )
2023-03-03 16:49:44 -05:00
J. Kalyana Sundaram
735dd0d04c
An example / proof of concept for stratified sampling in OpenTelemetry.NET ( #4208 )
...
Co-authored-by: Timothy Mothra <tilee@microsoft.com>
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2023-03-03 12:45:51 -05:00
Piotr Kiełkowicz
77cd1b03ee
[Instrumentation.SqlClient] Document not supported version ( #4258 )
2023-03-03 11:46:03 -05:00
Alan West
3a89cb38b0
Aggregate count, sum, min, and max for exponential histograms ( #4060 )
2023-03-02 21:51:47 -05:00
Cijo Thomas
1b1e4e53dc
Enabling Exemplars for all types of metrics ( #4256 )
2023-03-02 21:32:35 -05:00
Cijo Thomas
c9ec50314e
Remove unused eventsource methods ( #4221 )
...
Co-authored-by: Utkarsh Umesan Pillai <utpilla@microsoft.com>
2023-03-01 21:08:59 -05:00
Cijo Thomas
882006e753
Move exemplarreservoir to outside of Histogram ( #4250 )
2023-03-01 19:16:29 -05:00
Vishwesh Bankwar
869dccee15
[HttpClient] Fix missing metric during network failures ( #4098 )
...
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2023-03-01 14:34:25 -05:00
Cijo Thomas
690f7e5bbc
Add basic ExemplarFilter doc. ( #4246 )
...
Co-authored-by: Utkarsh Umesan Pillai <utpilla@microsoft.com>
2023-03-01 00:05:50 -05:00
Cijo Thomas
19a281e541
Add benchmarks to show impact of ExemplarFilter ( #4245 )
2023-02-28 16:30:21 -05:00
Cijo Thomas
afd677f679
Minor Exemplar fixes ( #4244 )
2023-02-28 13:49:34 -05:00
Cijo Thomas
9dd54d7124
Merge main-metrics to main ( #4217 )
...
Co-authored-by: Yun-Ting Lin <yunl@microsoft.com>
2023-02-27 18:57:58 -05:00
Mikel Blanchard
f7f535866b
[Otlp] Bump Google.Protobuf to 3.22.0 and remove reflection emit code ( #4201 )
2023-02-24 20:26:30 -05:00
Utkarsh Umesan Pillai
a3ec494c4a
Update previous stable version ( #4235 )
2023-02-24 18:09:32 -05:00
Utkarsh Umesan Pillai
6f78784513
Update CHANGELOG for 1.4.0 release ( #4232 )
2023-02-24 16:34:57 -05:00
xiang17
0971088451
Fix CHANGELOG ( #4224 )
2023-02-23 15:53:00 -08:00
Mikel Blanchard
4f2bb57df7
Project and README updates for 1.4. ( #4223 )
2023-02-23 13:55:05 -08:00
Mikel Blanchard
5b1889dd3d
[Hosting] Remove obsolete methods ahead of 1.4.0 release ( #4071 )
...
* Remove obsolete methods from hosting library ahead of 1.4.0 release.
* Warning cleanup.
* CHANGELOG patch.
* Merge fixes.
* MD lint fix.
* Slim down the changes shown on the diff.
* More diff slimming.
* CHANGELOG fix.
---------
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
2023-02-23 12:44:34 -08:00
Cijo Thomas
bdf1e08bd7
Updates to OTLP Exporter readme ( #4222 )
2023-02-23 12:55:46 -05:00