Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Ting committed Jul 26, 2022
1 parent 90181ce commit 0f953f5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 145 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
#if PROMETHEUS_ASPNETCORE
using OpenTelemetry.Exporter.Prometheus.AspNetCore;
#elif PROMETHEUS_HTTPLISTENER
using OpenTelemetry.Exporter.Prometheus.HttpListener;
#endif
using OpenTelemetry.Metrics;

namespace OpenTelemetry.Exporter.Prometheus.Shared
Expand Down
138 changes: 0 additions & 138 deletions src/OpenTelemetry.Exporter.Prometheus.Shared/README.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="$(RepoRoot)\src\OpenTelemetry.Exporter.InMemory\OpenTelemetry.Exporter.InMemory.csproj" />
<ProjectReference Include="$(RepoRoot)\src\OpenTelemetry.Extensions.Hosting\OpenTelemetry.Extensions.Hosting.csproj" />
<ProjectReference Include="$(RepoRoot)\src\OpenTelemetry.Exporter.Prometheus.HttpListener\OpenTelemetry.Exporter.Prometheus.HttpListener.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 0f953f5

Please sign in to comment.