Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Use Dynatrace.MetricUtils NuGet package #24

Merged
merged 27 commits into from
Oct 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9394c6d
add metrics mapper, replace serializer.
pichlermarc Sep 27, 2021
4e358a4
remove unused code.
pichlermarc Sep 28, 2021
9972c83
make DynatraceMetricsMapper internal and static.
pichlermarc Sep 28, 2021
f42bd15
switch order of PackageReferences.
pichlermarc Sep 28, 2021
a084307
catch MetricException on Mapping and Serialization
pichlermarc Sep 29, 2021
733426c
Use DynatraceMetricsSerializer instead of Dynatrace.MetricUtils.Metri…
pichlermarc Sep 29, 2021
0207066
change do-while to while loop.
pichlermarc Sep 29, 2021
789f845
update copyright year in DynatraceMetricsMapper.
pichlermarc Sep 29, 2021
15b3953
add newline to end of DynatraceMetricsMapper.cs
pichlermarc Sep 29, 2021
844fd4e
do not send requests if there are no valid metrics to send. fix inden…
pichlermarc Sep 29, 2021
ee75500
Convert manual iteration to foreach. Actually fix indentation.
pichlermarc Sep 30, 2021
865ec77
use pattern matching in switch, add default case. update formatting.
pichlermarc Sep 30, 2021
838153e
use await instead of .Result, mark test helpers static.
pichlermarc Sep 30, 2021
0a488a8
update formatting.
pichlermarc Sep 30, 2021
73bdf0e
update formatting.
pichlermarc Sep 30, 2021
b164498
rename DynatraceMetricsMapper into DynatraceMetricsExtensions and int…
pichlermarc Sep 30, 2021
9ab17bf
rename file DynatraceMetricsMapper.cs to DynatraceMetricExtensions.cs
pichlermarc Sep 30, 2021
835ff53
do not use async void
pichlermarc Sep 30, 2021
c00e01c
change test names.
pichlermarc Oct 1, 2021
965699d
rename tests.
pichlermarc Oct 1, 2021
9cc8abd
use 'using static System.Threading.CancellationToken;' in tests
pichlermarc Oct 1, 2021
4d0a02b
change method order in DynatraceMetricsExtensions.
pichlermarc Oct 1, 2021
d6fec0b
fix formatting.
pichlermarc Oct 1, 2021
468aabb
fix whitespace.
pichlermarc Oct 1, 2021
3f25737
add GlobalSuppressions.cs
pichlermarc Oct 1, 2021
48ab008
fix whitespace.
pichlermarc Oct 1, 2021
ce39559
bump patch version due to dependency change.
pichlermarc Oct 1, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Loading