openapi: 3.1.0 info: title: AFM Access Profiles Metrics API version: 0.1.0 tags: - name: Metrics paths: /metrics: get: summary: Metrics description: Endpoint that serves Prometheus metrics. operationId: metrics_metrics_get responses: '200': description: Successful Response content: application/json: schema: {} tags: - Metrics components: securitySchemes: HTTPBearer: type: http scheme: bearer