Skip to content

Change Uri from string to Uri in autogenerated internal class to improve perf. #965

@cijothomas

Description

@cijothomas

RequestTelemetry has a public field Url of type Uri. This field is served by a string field leading to conversion between String and Uri throughout. This conversion need to happen only on serialization time. (i.e only on those items which are sampled in.)

Similar to this: #927

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions