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 |
Timothy Mothra
|
eefffa965c
|
OpenTelemetryLoggerProvider is now unaffected by changes to OpenTelemetryLoggerOptions after the LoggerFactory is built. (#3055)
|
2022-03-29 19:14:33 -07:00 |
Yun-Ting Lin
|
add7eee59c
|
[Part3] Support Activity Status and status description in OTLP Exporter. (#3100)
|
2022-03-29 15:53:32 -07:00 |
Mikel Blanchard
|
bea9b608d5
|
OTLP Exporter: Integration test improvements (#3094)
|
2022-03-29 15:13:50 -07:00 |
Cijo Thomas
|
a63aa974cb
|
OTLP TraceExporter to not populate deprecated fields (#3103)
|
2022-03-29 14:09:50 -07:00 |
Reiley Yang
|
7d34791474
|
Fix typo (#3102)
|
2022-03-29 10:16:11 -07:00 |
Mikel Blanchard
|
bf79f0d40d
|
Update preprocessor directives ahead of System.Diagnostics.DiagnosticSource .NET 7 update. (#3095)
|
2022-03-28 07:20:22 -07:00 |
Mikel Blanchard
|
de4441124e
|
Add integration test for OtlpMetricExporter. (#3092)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
|
2022-03-25 08:41:29 -07:00 |
Cijo Thomas
|
b255183e82
|
Document about Status migration (#3091)
|
2022-03-24 14:12:35 -07:00 |
Cijo Thomas
|
707cea3c18
|
Minor doc improvement to reflect spec recommendation (#3090)
|
2022-03-24 12:11:18 -07:00 |
Cijo Thomas
|
3e8074576d
|
Minor additions to Extending Metric SDK docs (#3089)
|
2022-03-24 12:01:50 -07:00 |
Yun-Ting Lin
|
a4a4d7ffa8
|
initial (#3084)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
|
2022-03-24 10:52:01 -07:00 |