Middleware Attributes

1 attribute in this category. 1 stable

Stable Attributes

middleware.name

string PII: False OTel: False

The name of the middleware.

Example AuthenticationMiddleware
SDKs python
Changelog
next #336 Added middleware.name attribute
Raw JSON
{
  "key": "middleware.name",
  "brief": "The name of the middleware.",
  "type": "string",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "example": "AuthenticationMiddleware",
  "sdks": [
    "python"
  ],
  "changelog": [
    {
      "version": "next",
      "prs": [
        336
      ],
      "description": "Added middleware.name attribute"
    }
  ]
}