Skip to content

Commit

Permalink
Update naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mrblonde91 committed Jan 25, 2023
1 parent 4731d3c commit b34b37e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public override void OnCustom(string name, Activity activity, object payload)
break;
case "EntityFrameworkCore.SqlServerCompact35":
case "EntityFrameworkCore.SqlServerCompact40":
activity.AddTag(AttributeDbSystem, "mssql_compact");
activity.AddTag(AttributeDbSystem, "mssqlcompact");
break;
case "EntityFrameworkCore.OpenEdge":
activity.AddTag(AttributeDbSystem, "openedge");
Expand All @@ -140,7 +140,7 @@ public override void OnCustom(string name, Activity activity, object payload)
activity.AddTag(AttributeDbSystem, "jet");
break;
case "Google.Cloud.EntityFrameworkCore.Spanner":
activity.AddTag(AttributeDbSystem, "gcp_spanner");
activity.AddTag(AttributeDbSystem, "spanner");
break;
case "Teradata.EntityFrameworkCore":
activity.AddTag(AttributeDbSystem, "teradata");
Expand Down

0 comments on commit b34b37e

Please sign in to comment.