AXIAM C++ SDK 1.0.0-alpha8
Authentication, authorization, JWKS & route guards (REST + mTLS)
Loading...
Searching...
No Matches
Public Attributes | List of all members
axiam::RequestStartEvent Struct Reference

Emitted before an outbound call leaves the SDK. More...

#include <telemetry.hpp>

Public Attributes

std::string operation
 Canonical operation name, e.g. check_access.
 
std::string method
 HTTP method.
 
std::string path_template
 The route CONSTANT — /api/v1/authz/check, never a URL with ids substituted in.
 
int attempt = 1
 1 for the first try, incrementing per §16 retry.
 

Detailed Description

Emitted before an outbound call leaves the SDK.

Member Data Documentation

◆ operation

std::string axiam::RequestStartEvent::operation

Canonical operation name, e.g. check_access.

◆ method

std::string axiam::RequestStartEvent::method

HTTP method.

◆ path_template

std::string axiam::RequestStartEvent::path_template

The route CONSTANT — /api/v1/authz/check, never a URL with ids substituted in.

A metric label carrying a UUID is a cardinality bomb.

◆ attempt

int axiam::RequestStartEvent::attempt = 1

1 for the first try, incrementing per §16 retry.


The documentation for this struct was generated from the following file: