Table of Contents

Class AsiBackboneHttpRequestMetadataKeys

Namespace
AsiBackbone.AspNetCore.Correlation
Assembly
AsiBackbone.AspNetCore.dll

Defines metadata keys emitted by ASP.NET Core request correlation adapters.

public static class AsiBackboneHttpRequestMetadataKeys
Inheritance
AsiBackboneHttpRequestMetadataKeys
Inherited Members

Fields

EndpointDisplayName

Metadata key for the safe endpoint display name.

public const string EndpointDisplayName = "http.endpoint.display_name"

Field Value

string

Method

Metadata key for the safe HTTP method value.

public const string Method = "http.method"

Field Value

string

Path

Metadata key for the safe HTTP request path value.

public const string Path = "http.path"

Field Value

string

RoutePattern

Metadata key for the safe endpoint route pattern.

public const string RoutePattern = "http.route_pattern"

Field Value

string

RouteValuePrefix

Metadata key prefix for route values.

public const string RouteValuePrefix = "http.route.value."

Field Value

string