File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Microsoft.Azure.Cosmos/src/Telemetry/OpenTelemetry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,8 +171,8 @@ internal sealed class OpenTelemetryAttributeKeys
171
171
public const string ServiceEndPointPort = "network.protocol.port" ;
172
172
public const string ServiceEndpointStatusCode = "db.cosmosdb.network.response.status_code" ;
173
173
public const string ServiceEndpointSubStatusCode = "db.cosmosdb.network.response.sub_status_code" ;
174
- public const string ServiceEndpointRegion = "db.cosmosdb.network .region" ;
175
- public const string ServiceEndpointResourceId = "db.cosmosdb.network.resource_id " ;
174
+ public const string ServiceEndpointRegion = "cloud .region" ;
175
+ public const string ServiceEndpointResourceId = "db.cosmosdb.network.routing_id " ;
176
176
177
177
}
178
178
}
You can’t perform that action at this time.
0 commit comments