|
AXIAM C++ SDK 1.0.0-alpha8
Authentication, authorization, JWKS & route guards (REST + mTLS)
|
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. | |
Emitted before an outbound call leaves the SDK.
| std::string axiam::RequestStartEvent::operation |
Canonical operation name, e.g. check_access.
| std::string axiam::RequestStartEvent::method |
HTTP method.
| 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.
| int axiam::RequestStartEvent::attempt = 1 |
1 for the first try, incrementing per §16 retry.