Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete from Metrics - one file to test #1750 #1751

Merged
merged 7 commits into from
Mar 16, 2021
3 changes: 1 addition & 2 deletions src/OpenTelemetry.Api/Metrics/BlankLabelSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
namespace OpenTelemetry.Metrics
{
/// <summary>
/// Blank or No-op labelset.
/// Blank or No-op LabelSet.
/// </summary>
[Obsolete("Metrics API/SDK is not recommended for production. See https://github.com/open-telemetry/opentelemetry-dotnet/issues/1501 for more information on metrics support.")]
public sealed class BlankLabelSet : LabelSet
{
}
Expand Down