Skip to content

Commit

Permalink
Merge branch 'master' into cijothomas/activity3adapter1a_alternate
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Jun 4, 2020
2 parents 19d138f + 601ded5 commit 121e4b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build/Common.test.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)/debug.snk</AssemblyOriginatorKeyFile>
<DefineConstants>$(DefineConstants);SIGNED</DefineConstants>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ private static void CollectMetrics(UngroupedBatcher simpleProcessor, MetricExpor

var labels1 = new List<KeyValuePair<string, string>>
{
new KeyValuePair<string, string>("dim1", "value1"), new KeyValuePair<string, string>("dim2", "value1")
new KeyValuePair<string, string>("dim1", "value1"), new KeyValuePair<string, string>("dim2", "value1"),
};

var labels2 = new List<KeyValuePair<string, string>>
{
new KeyValuePair<string, string>("dim1", "value2"), new KeyValuePair<string, string>("dim2", "value2")
new KeyValuePair<string, string>("dim1", "value2"), new KeyValuePair<string, string>("dim2", "value2"),
};

var defaultContext = default(SpanContext);
Expand Down

0 comments on commit 121e4b5

Please sign in to comment.