Commit Graph

59 Commits

Author SHA1 Message Date
Simon Cropp 71e6cb49aa
use some collection expressions (#6106)
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
2025-02-25 10:00:09 -08:00
Mikel Blanchard 90dd82c382
[docs-metrics] Link to advice guide in docs (#6062) 2025-01-15 10:24:26 -08:00
Mikel Blanchard d113ecfbed
[docs-metrics] Add content for histogram bucket configuration via advice api (#5965) 2024-11-11 12:28:33 -08:00
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
Cijo Thomas b0ebf3518c
[docs-metrics] Improve View documentation to show its additive nature (#5896) 2024-10-10 14:15:16 -07:00
Piotr Kiełkowicz b941f1e4d6
[docs] Typo fixes (double the) (#5852) 2024-09-20 09:09:52 -07:00
Mikel Blanchard 2abf2a9e71
[docs-metrics] Customer ExemplarReservoir and View API configuration (#5624) 2024-05-20 09:31:55 -07:00
Mikel Blanchard 1e065cbdaa
[sdk-metrics] Add experimental envvar for setting ExemplarFilter for histograms (#5611)
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2024-05-16 13:57:53 -07:00
Reiley Yang f76d21a53d
[docs-metrics] Remove predicate-based View examples (#5554) 2024-04-19 10:29:05 -07:00
Mikel Blanchard e5ca93b8f9
[docs-metrics] Add back SetMaxMetricPointsPerMetricStream example (#5493) 2024-03-29 14:15:14 -07:00
Mikel Blanchard b754b13cdb
[sdk-metrics] ExemplarFilter updates to match latest specification (#5404) 2024-03-01 11:42:47 -08:00
Rajkumar Rangaraj 99a394c3bc
[sdk] Rename SimpleExemplarReservoir to SimpleFixedSizeExemplarReservoir (#5359) 2024-02-15 09:44:10 -08:00
Mikel Blanchard cf00e4254e
[sdk-metrics] Obsolete SetMaxMetricPointsPerMetricStream + standarize on "Cardinality Limit" name (#5328)
Co-authored-by: Yun-Ting Lin <yunl@microsoft.com>
2024-02-09 11:06:14 -08:00
Reiley Yang 05700f640a
[metrics] Document view level cardinality limit (#5321)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2024-02-07 15:09:46 -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 c78363211e
Use GFM NOTES syntax (#5219) 2024-01-12 15:17:10 -08:00
Cijo Thomas 65dd83b44e
Improve docs on Resources to encourage its usage (#5185) 2023-12-18 13:33:30 -08:00
Reiley Yang 57ee852470
Simplify copyright disclaimer (#5140) 2023-12-07 10:04:56 -08:00
Cijo Thomas 0bc3bdc7ff
Fixed resource readme to reflect actual default (#5045) 2023-11-13 13:25:42 -08:00
Dan Nelson 00750ddcca
Fix broken links (#5033) 2023-11-09 10:21:01 -08:00
Cijo Thomas 5e6eca84bb
Minor correction to Exemplar default (#5024) 2023-11-03 12:28:49 -07:00
Julian Wreford defaffa91f
[Documentation] Update docs for selecting specific tags of a metric instrument (#5017) 2023-11-02 14:52:38 -07:00
Alan West d89af8537e
Update example app demonstrating exponential histogram configuration (#4530) 2023-05-31 11:33:54 -07:00
Alan West 01f3891b95
Document how to configure exponential histograms (#4481) 2023-05-12 11:47:22 -07:00
Reiley Yang 7958763a1b
Add ASP.NET example for metrics (#4381) 2023-04-13 16:48:43 -04: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
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 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 074c0196f1
[docs] Update "note" styling (#4130)
* Clean up.

* Update notes to use github styling.

* Clean up.

* MD028 lint hack.
2023-01-31 16:53:05 -08:00
Utkarsh Umesan Pillai 3157b5ce12
Remove unnecessary using statements (#4023)
* Remove unnecessary using statements from docs, examples, benchmarks and stress tests
2022-12-20 11:20:15 -08:00
Mikel Blanchard 018dc9cc49
Cleaned up notes. (#3899) 2022-11-14 10:21:33 -08:00
Vishwesh Bankwar 53cbce0f09
minor doc fix (#3890) 2022-11-10 17:51:02 -05:00
Cijo Thomas 9b372023a9
Minor readme fix to show better code (#3835) 2022-10-27 20:36:32 -07:00
Cijo Thomas f94ccb789a
Move more docs to docs folder (#3801) 2022-10-21 13:16:31 -04:00
Cijo Thomas 16e0758c14
Add MinMax to console and doc additions (#3795) 2022-10-20 19:13:36 -04:00
Sebastian Schoder Moreno 73f8d3cb01
[Metrics] Update default buckets for Explicit Bucket Histogram from spec (#3722) 2022-10-12 17:02:23 -07:00
Yun-Ting Lin cd6043bbf7
[Prometheus] Split up projects based on hosting mechanism. (#3430) 2022-07-28 16:02:53 -07:00
Utkarsh Umesan Pillai 1f4d97e3e0
Remove AspNet and AspNet.TelemetryHttpModule instrumentation projects (#3397) 2022-06-23 21:15:17 -07:00
Travis Illig d294140a33
Add VS Code recommended spell check extension (#3127) 2022-04-06 08:35:38 -07:00
Piotr Kiełkowicz dff9adeaf8
Documentation - allow long lines for tables and code blocks (#3049) 2022-03-15 11:36:19 -07:00
Travis Illig 3af5a3b0b4
Fix analyzer issues in docs (#3026) 2022-03-11 18:04:34 -08:00
Xavier 52258f12e3
Asp6sample (#2989) 2022-03-10 12:33:12 -08:00
Travis Illig 2a97920ff0
Fix IDE0090: 'new' expression can be simplified. (#3012)
* Set rule for new() usage.

* Fix IDE0090 "'new' expression can be simplified"
2022-03-10 08:57:53 -08:00
Cijo Thomas 3833a4f503
Attempt to reduce provider lifetime issues (#2848) 2022-02-02 13:57:53 -08:00
Utkarsh Umesan Pillai 5d9083b973
Update docs for Metrics (#2726) 2021-12-07 09:39:03 -08:00
Cijo Thomas c573a8f42b
Minor metric doc fixes (#2715) 2021-11-30 14:25:29 -08:00
Reiley Yang f7c718eae0
Fix indentation (#2680) 2021-11-24 10:56:55 -08:00
Cijo Thomas 3a516f3357
Add doc about metric limits (#2645) 2021-11-19 15:17:13 -08:00
Cijo Thomas 66d2621170
Rename histogram configuration bucketbounds to boundaries (#2638) 2021-11-17 20:26:03 -08:00
Cijo Thomas 9fed161c3a
Handle instrument disposal (#2585) 2021-11-10 09:43:13 -08:00