Commit Graph

1941 Commits

Author SHA1 Message Date
Reiley Yang e0212a11bf
GitHub action update bot (#3170)
* GitHub action update bot

* change tag
2022-04-13 17:20:25 -07:00
Cijo Thomas cd72a39d99
minor doc fix (#3168)
* minor doc fix

* alpha sort
2022-04-13 13:46:06 -07:00
Mikel Blanchard 26c3e0c23c
Prometheus: Expand UseOpenTelemetryPrometheusScrapingEndpoint extension (#3029) 2022-04-13 13:37:11 -07:00
Timothy Mothra f3b7b80173
Log customization doc: IncludeFormattedMessage (#3158) 2022-04-13 11:30:12 -07:00
Cijo Thomas f469e68d06
Fix typo in changelog (#3164) 2022-04-12 20:12:00 -07:00
Cijo Thomas 33125ac3bc
Changelog update for 120-rc5 (#3163) 2022-04-12 19:50:15 -07:00
Alan West abdbb61da0
s/monotnic/monotonic (#3162) 2022-04-12 19:06:52 -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
Cijo Thomas ef92479506
Remove TryFindExporter from MeterProvider public API (#3161) 2022-04-12 17:03:31 -07:00
Cijo Thomas c4abf0b330
Minor metric fixes (#3159) 2022-04-12 14:45:11 -07:00
Michael Maxwell c261a67005
Control `MemoryDiagnoser` benchmark option via CLI instead of code (#3085) 2022-04-12 13:42:33 -07:00
Alan West 89a740e20a
MetricReader TemporalityPreference (#3153) 2022-04-12 13:00:04 -07:00
Alan West 3bf869ab38
Remove Flags attribute from AggregationTemporality (#3157)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2022-04-12 12:28:51 -07:00
Alan West 879d3c91a0
Always generate a new metric stream for each view an instrument matches (#3148) 2022-04-12 12:05:34 -07:00
Timothy Mothra 4cabb23f09
Log customization doc: IncludeScopes (#3155) 2022-04-12 11:21:03 -07:00
Timothy Mothra 9da4ff798a
new tests: LoggerApi gets Resource with correct values (testing ResourceBuilder) (#3063) 2022-04-11 10:55:20 -07:00
Piotr Kiełkowicz c2ab8d4d8a
Replace TestExporter by InMemoryExporter in MetricAPITest (#3150) 2022-04-08 06:56:06 -07:00
Cijo Thomas 9d843e6ce3
document new Activity.SetStatus API (#3144) 2022-04-07 07:10:02 -07:00
Alan West 23609730dd
Fix bug with multiple views mapping to a single metric stream (#3006)
* Add test demonstrating bug with multiple views selecting one instrument

* Prevent duplicate metric point updates

* Fix formatting

* Update changelog

* No ranges

* Add comment

* Unused using

* Expand instrument registration to consider tags from view

* Fix logic and copy tag keys array

* Fix null check

* Fix formatting

* Include histogram bounds in metric stream identity

* Rename InstrumentIdentity -> MetricStreamIdentity

* Rename instrumentIdentity

* Another test. Two views. Same tags.

* Remove readonly modifier

* Fix hash computation

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2022-04-06 15:30:24 -07:00
Travis Illig d294140a33
Add VS Code recommended spell check extension (#3127) 2022-04-06 08:35:38 -07:00
Cijo Thomas 4e2437cfcd
Modify metric example to use console exporter defaults (#3143) 2022-04-06 07:49:25 -07:00
Paulo Janotti 950c6162b4
Improvements to the OTLP trace example (#3141) 2022-04-05 22:29:11 -07:00
Cijo Thomas 4384c3ceef
Logging doc to link to ASP.NET Core logging (#3137) 2022-04-05 13:12:05 -07:00
Reiley Yang 62bb66a7db
Revert the unwanted change in examples (#3138)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2022-04-05 07:30:21 -07:00
Paulo Janotti 398d469190
Fix default URL for OTLP Trace/Metrics for http/protobuf (#3098) 2022-04-04 21:42:56 -07:00
Carter Socha 6b0883eb22
update metrics getting started to have snippets (#3136) 2022-04-04 16:42:50 -07:00
Timothy Mothra df76ca5d88
additional comments on filtering doc (#3135) 2022-04-01 16:54:04 -07:00
Timothy Mothra d3c0c6ed61
alternate workflow for "dotnet-format" to accommodate documentation-only PRs (#3133) 2022-04-01 14:14:54 -07:00
Timothy Mothra bab31807ed
alternate workflow for "integration" to accommodate documentation-only PRs (#3132) 2022-04-01 11:51:25 -07:00
Timothy Mothra bdbbda8371
alternate workflow for "linux-ci" to accommodate documentation-only PRs (#3128) 2022-04-01 10:31:26 -07:00
Travis Illig 7ed97be908
Fix analyzers (#3053) 2022-04-01 07:46:32 -07:00
Alan West 6c655698fe
Do not apply ExplicitBucketHistogramConfiguration to non-histograms (#3126) 2022-03-31 16:46:10 -07:00
Timothy Mothra 3e522b7e7e
Logs customization doc: add processor (#3042) 2022-03-31 14:04:59 -07:00
Timothy Mothra ac2a4f4ebb
add Copy methods to MetricPoint and HistogramBuckets to facilitate deep-copying (#3113) 2022-03-31 12:40:02 -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
Mikel Blanchard 213fc03553
Metrics: Improve perf by moving timestamps off of MetricPoint (#3082) 2022-03-31 11:55:14 -07:00
Cijo Thomas 3e655695e5
Bad View result in ignoring the View but not the instrument itself (#3120) 2022-03-31 10:51:05 -07:00
Cijo Thomas c78769cbea
Improve log message for unsupported Instrument (#3124) 2022-03-31 10:11:25 -07:00
Timothy Mothra 1241c99f2c
alternate workflow for "windows-ci" to accomodate documentation-only PRs. (#3116) 2022-03-31 09:23:16 -07:00
Cijo Thomas 459fef9b96
Replace Mock with InMemoryExporter part2 (#3123) 2022-03-31 09:01:18 -07:00
Cijo Thomas 81d28a58e2
Replace Mock with InMemoryExporter (#3122) 2022-03-31 08:23:03 -07:00
Cijo Thomas 472cbf8bc8
Improve View error messaging (#3119) 2022-03-30 19:15:36 -07:00
Mikel Blanchard f4406b1bbb
Metric Views: MetricStreamConfiguration API improvements (Version 2) (#3117) 2022-03-30 18:11:26 -07:00
Cijo Thomas ae4cbceaf1
Update getting started with logs (#3115) 2022-03-30 17:08:57 -07:00
Cijo Thomas e8ccab063b
Exception reporting doc to use newly added Activity.SetStatus (#3114)
* Add SetStatus to getting started

* Use new Activity Status method for exception reporting docs
2022-03-30 15:33:00 -07:00
Cijo Thomas a25f2861c2
Add SetStatus to getting started (#3111) 2022-03-30 14:04:22 -07:00
Cijo Thomas bbaffca3c1
Minor tweak to getting started tracing doc (#3110) 2022-03-30 13:21:25 -07:00
Carter Socha dbdcf4956e
add code samples & sample flag to traces getting started guide (#3099) 2022-03-30 12:44:09 -07:00
Cijo Thomas eaa2e0ecbd
Update changelog for release (#3108) 2022-03-30 11:24:00 -07:00
Yun-Ting Lin b3f64d73e6
changelog update (#3104)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2022-03-29 19:55:47 -07:00