@@ -417,6 +417,52 @@ data:
417
417
# consumers: (@openshift/openshift-team-cluster-manager)
418
418
- '{__name__="console_url"}'
419
419
#
420
+ # owners: (@openshift/hybrid-application-console-maintainers)
421
+ # console_auth_login_requests_total gives the total number of login requests initiated from the web console.
422
+ #
423
+ - '{__name__="console_auth_login_requests_total:sum"}'
424
+ #
425
+ # owners: (@openshift/hybrid-application-console-maintainers)
426
+ # console_auth_login_successes_total gives the total number of successful logins initiated from the web console.
427
+ # Role is kubeadmin, cluster-admin or developer based on a permission check if ther user can list all namespaces.
428
+ #
429
+ - '{__name__="cluster:console_auth_login_successes_total:sum"}'
430
+ #
431
+ # owners: (@openshift/hybrid-application-console-maintainers)
432
+ # console_auth_login_failures_total gives the total number of login failures initiated from the web console.
433
+ # This might include canceled OAuth logins depenending on the user OAuth provider/configuration.
434
+ #
435
+ - '{__name__="cluster:console_auth_login_failures_total:sum"}'
436
+ #
437
+ # owners: (@openshift/hybrid-application-console-maintainers)
438
+ # console_auth_logout_requests_total gives the total number of logout requests send from the web console.
439
+ #
440
+ - '{__name__="cluster:console_auth_logout_requests_total:sum"}'
441
+ #
442
+ # owners: (@openshift/hybrid-application-console-maintainers)
443
+ # console_usage_total contains multiple usage indicators for the web console. It contains total numbers
444
+ # for events like "page_views" and "page_impressions" seperated per perspective (admin, dev, acm).
445
+ #
446
+ - '{__name__="cluster:console_usage_total:sum"}'
447
+ #
448
+ # owners: (@openshift/hybrid-application-console-maintainers)
449
+ # console_usage_users contains the number of web console users splitten into the roles kubeadmin,
450
+ # cluster-admin and developer depending if the user can list all namespaces.
451
+ #
452
+ - '{__name__="cluster:console_usage_users:sum"}'
453
+ #
454
+ # owners: (@openshift/hybrid-application-console-maintainers)
455
+ # console_plugins_info list all web console plugins with their name and state.
456
+ #
457
+ - '{__name__="cluster:console_plugins_info:sum"}'
458
+ #
459
+ # owners: (@openshift/hybrid-application-console-maintainers)
460
+ # console_customization_perspectives_info list all customized web console perspectives with their name and state.
461
+ # The state is a reduced value based on the RBAC rules that are required to have access to perspective:
462
+ # For example: enabled, disabled, only-for-cluster-admins, only-for-developers, custom-permissions
463
+ #
464
+ - '{__name__="cluster:console_customization_perspectives_info:sum"}'
465
+ #
420
466
# owners: (@openshift/networking)
421
467
#
422
468
# ovnkube_master_egress_routing_via_host" informs if the OVN-K cluster's gateway mode is
0 commit comments