You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To improve observability and traceability when interacting with the Nutanix API, we should implement a custom User-Agent header in all outgoing API requests from this component.
Goals
Clearly identify this component in Nutanix API logs and metrics.
Facilitate debugging and support by making it easier to trace which tool is generating requests.
Align with best practices for API consumption.
Proposed Format
The User-Agent should follow a structured format, such as:
<component-name>/<version>
The text was updated successfully, but these errors were encountered:
/kind feature
Description
To improve observability and traceability when interacting with the Nutanix API, we should implement a custom
User-Agent
header in all outgoing API requests from this component.Goals
Proposed Format
The
User-Agent
should follow a structured format, such as:<component-name>/<version>
The text was updated successfully, but these errors were encountered: