Documentation ¶
Overview ¶
Package stats produces statistics.
Package stats produces statistics.
Package stats produces statistics.
Package stats produces statistics.
Package stats produces statistics.
Package stats produces statistics.
Index ¶
- type Controller
- func (c *Controller) HandleComposite(typ Type) http.Handler
- func (c *Controller) HandleKeyServerStats(typ Type) http.Handler
- func (c *Controller) HandleRealmAuthorizedAppStats(typ Type) http.Handler
- func (c *Controller) HandleRealmExternalIssuersStats(typ Type) http.Handler
- func (c *Controller) HandleRealmSMSErrorStats(typ Type) http.Handler
- func (c *Controller) HandleRealmStats(typ Type) http.Handler
- func (c *Controller) HandleRealmUserStats(typ Type) http.Handler
- func (c *Controller) HandleRealmUsersStats(typ Type) http.Handler
- type Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller is a stats controller.
func (*Controller) HandleComposite ¶ added in v0.23.0
func (c *Controller) HandleComposite(typ Type) http.Handler
HandleComposite returns composite states for realm + key server The key server stats may be omitted if that is not enabled on the realm.
func (*Controller) HandleKeyServerStats ¶ added in v0.21.0
func (c *Controller) HandleKeyServerStats(typ Type) http.Handler
HandleKeyServerStats renders statistics for the current realm's associate key-server.
func (*Controller) HandleRealmAuthorizedAppStats ¶ added in v0.21.0
func (c *Controller) HandleRealmAuthorizedAppStats(typ Type) http.Handler
HandleRealmAuthorizedAppStats renders statistics for an authorized app in the current realm.
func (*Controller) HandleRealmExternalIssuersStats ¶
func (c *Controller) HandleRealmExternalIssuersStats(typ Type) http.Handler
HandleRealmExternalIssuersStats renders statistics for the current realm.
func (*Controller) HandleRealmSMSErrorStats ¶ added in v1.1.0
func (c *Controller) HandleRealmSMSErrorStats(typ Type) http.Handler
HandleRealmSMSErrorStats renders statistics for the current realm.
func (*Controller) HandleRealmStats ¶
func (c *Controller) HandleRealmStats(typ Type) http.Handler
HandleRealmStats renders statistics for the current realm.
func (*Controller) HandleRealmUserStats ¶
func (c *Controller) HandleRealmUserStats(typ Type) http.Handler
HandleRealmUserStats renders statistics for a single user in the current realm.
func (*Controller) HandleRealmUsersStats ¶
func (c *Controller) HandleRealmUsersStats(typ Type) http.Handler
HandleRealmUsersStats renders statistics for the current realm.