class MonitoringService : SingletonSerializeAsTokenProvides access to various metrics and ways to notify monitoring services of things, for sysadmin purposes. This is not an interface because it is too lightweight to bother mocking out.
| <init> |
MonitoringService(metrics: <ERROR CLASS>)Provides access to various metrics and ways to notify monitoring services of things, for sysadmin purposes. This is not an interface because it is too lightweight to bother mocking out. |
| metrics |
val metrics: <ERROR CLASS> |
| toToken |
open fun toToken(context: SerializeAsTokenContext): SerializationToken |