Constant opentelemetry_application_insights::attrs::OPERATION_NAME[][src]

pub const OPERATION_NAME: Key;

The name (group) of the operation. The operation.name is created by either a request or a page view. All other telemetry items set this to the value for the containing request or page view. Operation.name is used for finding all the telemetry items for a group of operations (i.e. ‘GET Home/Index’).