Skip to content

Commit

Permalink
Merge branch 'main' into prometheus-code-review
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Dec 14, 2021
2 parents 8a95bf6 + 87f66d3 commit 48b6e2c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/metrics/extending-the-sdk/MyExporterExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// </copyright>

using System;
using OpenTelemetry;
using OpenTelemetry.Metrics;

internal static class MyExporterExtensions
Expand Down
1 change: 0 additions & 1 deletion examples/Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// </copyright>

using CommandLine;
using OpenTelemetry.Exporter;

namespace Examples.Console
{
Expand Down
2 changes: 0 additions & 2 deletions test/Benchmarks/Exporter/PrometheusSerializerBenchmarks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@

extern alias Prometheus;

using System;
using System.Collections.Generic;
using System.Diagnostics.Metrics;
using System.IO;
using BenchmarkDotNet.Attributes;
using OpenTelemetry;
using OpenTelemetry.Metrics;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// </copyright>

using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
Expand Down

0 comments on commit 48b6e2c

Please sign in to comment.