Commit Graph

33 Commits

Author SHA1 Message Date
Utkarsh Umesan Pillai ccfbcc62d1
Mark Exemplars internal (#4533)
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
2023-05-31 20:32:43 -07:00
Alan West 30ad91af37
Make exponential histogram negative buckets internal (#4494) 2023-05-16 14:45:33 -07:00
Alan West 9d51cc3897
[OTLP Exporter] Revert Google.Protobuf version bump (#4407)
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2023-04-25 21:14:07 -07:00
Alan West 63de7298b8
OLTP exporter: Fix exponential histogram zero count (#4343) 2023-03-29 13:11:57 -07:00
Alan West 410532ae49
OTLP support for exporting exponential histograms (#4337) 2023-03-27 21:23:24 -07: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
Timothy Mothra 7401069298
remove `ImplicitUsings disable` from projects (part 3) (#3985) 2022-12-07 16:40:27 -08:00
Cijo Thomas 88c1864cb7
Histogram MinMax API fixes (#3822) 2022-10-26 12:35:07 -04:00
Michael Maxwell 8db45a3af6
Adding MinMax to Histograms (#2735) 2022-10-14 17:00:07 -04:00
Alan West c2f5e80b0d
Support UpDownCounter and ObservableUpDownCounter (#3606) 2022-09-01 21:17:37 -04:00
Alan West 2b6a3b0958
Update protos to v0.19.0 (#3535)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2022-08-03 19:50:08 -07:00
Alan West 4e6d073672
Exporting tags consistently (#3281) 2022-05-26 18:55:54 -07:00
Alan West 40b779cea6
Update OpenTelemetry protos to v0.16.0 (#3160)
* Update proto files to v0.16.0

* Replace InstrumentationLibrary with InstrumentationScope

* Add TODO

* Update changelog

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2022-04-12 17:45:32 -07:00
Travis Illig f6b627134b
Fix IDE0017: Use object initializers (#3022) 2022-03-11 07:43:21 -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
Alan West ffffe5cc5a
Allow duplicate instrument registration (#2916) 2022-03-04 17:16:14 -08:00
Utkarsh Umesan Pillai 33f3596b4b
Make MetricPoint access from MetricPointAccessor readonly (#2736) 2021-12-14 07:48:57 -08:00
Cijo Thomas 1cb9da5e41
MetricPoint start and end time as Properties (#2703) 2021-11-29 20:41:27 -08:00
Cijo Thomas a5ab670e0b
Rename GetCounterSum to GetSum (#2702) 2021-11-29 11:47:22 -08:00
Utkarsh Umesan Pillai 9e83587a55
Update Metric Point for Counter and Gauge (#2667) 2021-11-24 11:46:06 -08:00
Alan West cabb8471a2
Expand OtlpMetricExporter tests (#2670) 2021-11-24 06:53:06 -08:00
Utkarsh Umesan Pillai 8d339bb740
Update MetricPoint HistogramMeasurements (#2664) 2021-11-23 13:00:39 -08:00
Utkarsh Umesan Pillai 69ef5f86bf
Update MetricPoint for Histograms (#2657) 2021-11-22 16:31:45 -08:00
Mikel Blanchard 71f5fb00a8
Metrics: Use ReadOnlyTagCollection to encapsulate key/values on MetricPoint (#2642) 2021-11-20 13:59:22 -08:00
Cijo Thomas 1be29c85cc
Remove unused files (#2637) 2021-11-17 19:53:03 -08:00
Cijo Thomas 90d93fb637
Support View Part2 - specify custom buckets for Histogram (#2432) 2021-09-30 13:49:52 -07:00
Cijo Thomas edaf513ad2
Minor metric fixes (#2346)
* Minor metric fixes

* fix format

* PR comments

* revert
2021-09-13 20:11:16 -07:00
Cijo Thomas 2ef0179903
Avoid copy MetricPoint in exporter (#2338) 2021-09-10 17:37:00 -07:00
Cijo Thomas 16b3188496
Metrics -> Main (#2332)
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
Co-authored-by: Michael Maxwell <micmax@microsoft.com>
2021-09-10 15:34:54 -07:00
Cijo Thomas bd69bd6d29
Refactor Aggregator and Export data structure (#2214) 2021-08-02 09:15:18 -07:00
Alan West 138035bc22
OtlpMetricsExporter: Add test transforming metrics to OTLP metrics (#2206) 2021-07-28 18:24:32 -07:00
Cijo Thomas 7c611c8537
Metrics to Main (#2174) 2021-07-22 07:35:38 -07:00