Commit Graph

1249 Commits

Author SHA1 Message Date
Cijo Thomas bd69bd6d29
Refactor Aggregator and Export data structure (#2214) 2021-08-02 09:15:18 -07:00
Victor Lu d6d815e6a8
Add Explicit Boundary Histogram Aggregator (#2216) 2021-07-30 20:11:53 -07:00
Utkarsh Umesan Pillai 54d46d80a0
Remove unncessary usings (#2213) 2021-07-29 17:27:28 -07:00
Utkarsh Umesan Pillai 4323c93e14
Refactor UnitTests (#2212)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-07-29 16:56:36 -07:00
Michael Maxwell 29a4a791f2
Change `paths-ignore` to `paths` in `markdownlint.yml` (#2211)
Markdown lint should only run when a `*.md` file has changed. This was likely a copy paste mistake when this Github action was created.
2021-07-29 16:13:44 -07:00
Cijo Thomas ceaaa40262
Logformatter null check (#2200) 2021-07-29 10:31:08 -07:00
Alan West 138035bc22
OtlpMetricsExporter: Add test transforming metrics to OTLP metrics (#2206) 2021-07-28 18:24:32 -07:00
Cijo Thomas 175154e195
Add a basic metric test for multi-thread update (#2205)
* Add a basic metric test for multi-thread update

* nulklable
2021-07-28 17:35:33 -07:00
Cijo Thomas 7db5ec8dcb
Modify benchmarks to not use static tags (#2201) 2021-07-28 10:52:20 -07:00
Vishwesh Bankwar f03cdddbe8
Enable zipkin endpoint configuration via environment variable (#1924) 2021-07-28 10:01:24 -07:00
Dawid Szmigielski a12fddd54b
Otlp exporter documentation update (#2199) 2021-07-28 09:35:05 -07:00
Alan West 4ff9a5099f
Add basic test of ASP.NET Core request metric (#2186)
* Add basic test of ASP.NET Core request metric

* Remove netcoreapp2.1

* Clarify comments

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-07-27 12:47:20 -07:00
Cijo Thomas 56d945e1b5
Fix changelog (#2197) 2021-07-27 11:59:10 -07:00
Cijo Thomas 4df5121e81
Remove upper constraint for Ms.Extensions. dependencies (#2179)
keep minimum as 2.1 to suport asp.net core 2.1 on full framework scenario
2021-07-27 09:03:33 -07:00
Dawid Szmigielski 334689e885
Add support for OTEL_EXPORTER_OTLP_ENDPOINT, OTEL_EXPORTER_OTLP_HEADERS and OTEL_EXPORTER_OTLP_TIMEOUT env vars (#2188) 2021-07-26 21:10:35 -07:00
Alan West 89a0bce3bf
Do not call export when no metrics (#2191)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-07-26 20:40:06 -07:00
Utkarsh Umesan Pillai 58dc7eae5e
Rename MetricExportIntervalMilliSeconds to MetricExportIntervalMilliseconds (#2194)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-07-26 17:28:27 -07:00
Robert Pająk 4df429898e
Update supported .NET Versions docs (#2190)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-07-26 16:30:23 -07:00
Utkarsh Umesan Pillai d99db276cd
Rename MetricExportInterval to MtricExportIntervalMilliSeconds (#2193) 2021-07-26 15:56:17 -07:00
Utkarsh Umesan Pillai 28f59eb4c2
Add InMemoryExporter for Metrics (#2192) 2021-07-26 15:34:43 -07:00
Cijo Thomas c7aebdbf7d
Add Prometheus to the core package (#2185) 2021-07-25 09:46:18 -07:00
Cijo Thomas 8a087d50d6
Prepare 1.2.0-alpha1 release (#2184) 2021-07-23 16:38:12 -07:00
Cijo Thomas 2504463391
Fix thread safety for collect in MeterProvider and AggregatorStores (#2182) 2021-07-23 13:19:23 -07:00
Cijo Thomas bbfd7cfaa5
Throw when more than MetricProcessor is added (#2181) 2021-07-23 10:40:13 -07:00
Cijo Thomas 6a31c669be
Catch exception from Metric collect, stop daily publish from metrics branch (#2180)
* Remove daily nuget publish from metrics

* catch exception from collect
2021-07-23 09:15:44 -07:00
Cijo Thomas 9bd4fccfa4
Removed measurement processor concept. Will add back when spec mandates it. (#2178) 2021-07-22 20:29:14 -07:00
Cijo Thomas bea5a577da
Modify main readme to reflect metrics in main branch (#2176)
* Modify main readme to reflect metrics in main branch

* keep experimental
2021-07-22 14:45:58 -07:00
Cijo Thomas 2476bdb219
Fix ObjectEqualityComparer used in aggregatorstore (#2177) 2021-07-22 13:23:16 -07:00
Cijo Thomas 4b2e200ffb
Clean up after metrics to main merge (#2175) 2021-07-22 10:00:44 -07:00
Cijo Thomas 7c611c8537
Metrics to Main (#2174) 2021-07-22 07:35:38 -07:00
Cijo Thomas 146dd73ed2
Fix main readme (#2171)
* Fix main readme

* type
2021-07-21 08:34:42 -07:00
Cijo Thomas d2cb84f327
Cleanup leftover targets (#2167) 2021-07-20 20:13:08 -07:00
Cijo Thomas ff3b948539
Clean up net452 (leftover from prior prs) (#2166) 2021-07-20 19:23:38 -07:00
benhall_io 706320b85e
Add default to ExportProcessorType docstrings (#2151)
* Add default to ExportProcessorType docstrings

* Add Batch cref to ExportProcessorType docstrings

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-07-20 07:44:47 -07:00
Cijo Thomas 4ff39e482a
Use EventKeywords.All everywhere as net452 target is removed which did not have ALL (#2165)
* Use EventKeywords.All everywhere as net452 target is removed which did not have .All

* api event source
2021-07-20 06:42:24 -07:00
Cijo Thomas bb08e7b914
Remove Net452 from API project (#2164) 2021-07-19 23:30:52 -07:00
Cijo Thomas d894c16f36
Remove NET452 NET46 from OpenTelemetry sdk (#2163)
* Remove NET452 NET46 from OpenTelemetry sdk
2021-07-19 22:40:21 -07:00
Cijo Thomas 90d304739f
Leftover cleanup for .net core 2.1 removals (#2162) 2021-07-19 17:38:18 -07:00
Cijo Thomas 476e9de74e
Remove .NET Core 2.1 from tests and CI (#2160) 2021-07-19 16:57:41 -07:00
Cijo Thomas 25871abb40
Remove net452 from httpclient instrmentation (#2157)
* Remove net452 from httpclient instrmentation

* remove public api for net452
2021-07-19 16:09:31 -07:00
Cijo Thomas 87beade9a5
Removes net452 net46 from OTLP Exporter (#2152) 2021-07-19 13:00:33 -07:00
Cijo Thomas 7e2c128b76
Update OTelPreviousStableVer since 1.1.0 stable was released (#2154) 2021-07-19 12:12:19 -07:00
Cijo Thomas 9d9c3d5e75
Remove net452 and net46 from asp.net (#2153) 2021-07-19 11:03:51 -07:00
Austin Tan c17d794fd4
Unit Tests for Enrich calls in Instrumentation Libraries (#2133) 2021-07-19 09:45:23 -07:00
Cijo Thomas aba951f315
Remove net452 net46 from zpages (#2149)
* Remove net452 net46 from zpages

* public api
2021-07-17 10:31:14 -07:00
Joao Grassi 64b967a49b
Remove net452 and net46 from the in-memory exporter project (#2144) 2021-07-17 10:04:22 -07:00
Joao Grassi 17ed3f368f
Remove net452 from shims project (#2146) 2021-07-17 09:41:08 -07:00
Joao Grassi a3867d43af
Remove net452 from Sql Client project (#2139) (#2148)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-07-16 15:18:32 -07:00
Cijo Thomas 19f97e0513
Remove unsupported frameworks from CI checks (#2147) 2021-07-16 14:35:17 -07:00
Cijo Thomas 689a95da25
Remove net452 from zipkin exporter (#2145) 2021-07-16 14:11:58 -07:00