Metrics\MeasurementExtensionsTests.cs (12)
21counter.Add(1, new("A", "a"), new("B", "b"));
22counter.Add(2, new("A", "a"), new("B", "b"));
23counter.Add(3, new("X", "x"), new("Y", "y"));
46counter.Add(1, new("A", "a"), new("B", "b"));
47counter.Add(2, new("A", "a"), new("B", "b"));
48counter.Add(3, new("X", "x"), new("Y", "y"));
71counter.Add(1, new("A", "a"), new("B", "b"));
72counter.Add(2, new("A", "a"), new("B", "b"));
73counter.Add(3, new("X", "x"), new("Y", "y"));
99counter.Add(1, new("A", "a"), new("B", "b"));
100counter.Add(2, new("A", "a"), new("B", "b"));
101counter.Add(3, new("X", "x"), new("Y", "y"));