Commit Graph

30 Commits

Author SHA1 Message Date
Simon Cropp 275a4463cf
[repo] remove redundant interpolation (#6098)
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2025-01-24 09:34:54 -08:00
Mikel Blanchard 2abf2a9e71
[docs-metrics] Customer ExemplarReservoir and View API configuration (#5624) 2024-05-20 09:31:55 -07:00
Mikel Blanchard b754b13cdb
[sdk-metrics] ExemplarFilter updates to match latest specification (#5404) 2024-03-01 11:42:47 -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 57ee852470
Simplify copyright disclaimer (#5140) 2023-12-07 10:04:56 -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
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
Yun-Ting Lin cd6043bbf7
[Prometheus] Split up projects based on hosting mechanism. (#3430) 2022-07-28 16:02:53 -07:00
Cijo Thomas cd72a39d99
minor doc fix (#3168)
* minor doc fix

* alpha sort
2022-04-13 13:46:06 -07:00
Timothy Mothra 25ba21375f
Update extending-the-sdk Readme to call out that the exporter can not make any assumptions about the Metric batch (#3071) 2022-03-31 12:14:24 -07:00
Cijo Thomas c78769cbea
Improve log message for unsupported Instrument (#3124) 2022-03-31 10:11:25 -07:00
Cijo Thomas 3e8074576d
Minor additions to Extending Metric SDK docs (#3089) 2022-03-24 12:01:50 -07:00
Travis Illig 3af5a3b0b4
Fix analyzer issues in docs (#3026) 2022-03-11 18:04:34 -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 89aa673765
Add How to write MetricExporter (#2842) 2022-02-01 14:29:48 -08:00
Utkarsh Umesan Pillai 87f66d3845
Remove unnecessary using statements (#2727) 2021-12-14 12:56:18 -08:00
Reiley Yang 4da595faf9
Hide MetricReader.ProcessMetrics for now (#2683) 2021-11-26 11:34:19 -08:00
Reiley Yang 0b023a6cd1
Update the metrics example (#2675) 2021-11-24 10:24:01 -08:00
Michael Maxwell 7d6a22fe35
Unique test meter names (#2549) 2021-11-06 18:32:30 -07:00
Reiley Yang b1fc7616b1
Minor improvements to the Metrics SDK (#2515)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-10-26 07:42:12 -07:00
Cijo Thomas 5c7feb0931
Rename AddSource to AddMeter to better reflect intent (#2454) 2021-10-06 09:56:15 -07:00
Reiley Yang b52d85c820
improve metrics tutorial (#2453) 2021-10-06 08:20:39 -07:00
Reiley Yang d716bb17cd
clean up sln/proj (#2423) 2021-09-28 19:23:05 -07:00
Mikel Blanchard 38ee521b24
Hosting: Support metrics registration via IServiceCollection & deferred configuration (#2412)
* Add metrics support to hosting lib.

* Bug fixes and some public api additions.

* Added missing zipkin publicapi files.

* Unit tests.

* CHANGELOG updates

* Fixes

* Code review.

* Update src/OpenTelemetry.Extensions.Hosting/CHANGELOG.md

Co-authored-by: Reiley Yang <reyang@microsoft.com>

* Code review.

* Warning fixup.

Co-authored-by: Reiley Yang <reyang@microsoft.com>
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-09-27 10:30:10 -07:00
Reiley Yang 78baf7c261
Implement the metrics dispose/shutdown logic (#2404) 2021-09-23 08:02:09 -07:00
Reiley Yang 15981dfd7f
Improve Metrics pull export mode (#2389) 2021-09-22 10:14:58 -07:00
Reiley Yang 1d63b31bf5
Refactor MetricReader (#2385) 2021-09-20 11:50:56 -07:00
Reiley Yang d30746e5fc
refactor MetricReader Collect/OnCollect (#2380) 2021-09-17 16:20:38 -07:00
Reiley Yang b356aa97a5
support MetricReader ForceFlush/Shutdown (#2376) 2021-09-17 12:45:04 -07:00
Reiley Yang 34d8332a80
add metrics extending-sdk skeleton (#2356)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-09-15 14:57:29 -07:00