Skip to content

Commit

Permalink
Correct telemetry distro name in AddDistroAttributes (#168)
Browse files Browse the repository at this point in the history
As titled.
  • Loading branch information
stevejgordon authored Oct 28, 2024
1 parent 0a49105 commit fd63825
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static ResourceBuilder UseElasticDefaults(this ResourceBuilder builder, I
internal static ResourceBuilder AddDistroAttributes(this ResourceBuilder builder) =>
builder.AddAttributes(new Dictionary<string, object>
{
{ ResourceSemanticConventions.AttributeTelemetryDistroName, "elastic-dotnet" },
{ ResourceSemanticConventions.AttributeTelemetryDistroName, "elastic" },
{ ResourceSemanticConventions.AttributeTelemetryDistroVersion, VersionHelper.InformationalVersion }
});
}

0 comments on commit fd63825

Please sign in to comment.