Skip to content

Commit

Permalink
Restore disabled counter (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK authored Nov 2, 2023
1 parent 1d21953 commit 153f440
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ public static partial class AspireEFPostgreSqlExtensions

// https://github.com/npgsql/npgsql/blob/4c9921de2dfb48fb5a488787fc7422add3553f50/src/Npgsql/MetricsReporter.cs#L48
meterProviderBuilder.AddMeter("Npgsql");

// disable "prepared_ratio" until https://github.com/dotnet/aspire/issues/629 is fixed.
meterProviderBuilder.AddView(instrumentName: "db.client.commands.prepared_ratio", MetricStreamConfiguration.Drop);
});
}

Expand Down

0 comments on commit 153f440

Please sign in to comment.