You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[SavedObjectsSerializer](./kibana-plugin-core-server.savedobjectsserializer.md)| A serializer that can be used to manually convert [raw](./kibana-plugin-core-server.savedobjectsrawdoc.md) or [sanitized](./kibana-plugin-core-server.savedobjectsanitizeddoc.md) documents to the other kind. |
31
31
|[SavedObjectTypeRegistry](./kibana-plugin-core-server.savedobjecttyperegistry.md)| Registry holding information about all the registered [saved object types](./kibana-plugin-core-server.savedobjectstype.md)<!---->. |
32
+
|[UsageCollectionCollector](./kibana-plugin-core-server.usagecollectioncollector.md)| Collector for reporting system stats |
33
+
|[UsageCollectionUsageCollector](./kibana-plugin-core-server.usagecollectionusagecollector.md)| Collector for reporting Usage stats |
32
34
33
35
## Enumerations
34
36
@@ -196,6 +198,8 @@ The plugin integrates with the core system via lifecycle events: `setup`<!-- -->
|[URLMeaningfulParts](./kibana-plugin-core-server.urlmeaningfulparts.md)| We define our own typings because the current version of @<!---->types/node declares properties to be optional "hostname?: string". Although, parse call returns "hostname: null \| string". |
|[UserProvidedValues](./kibana-plugin-core-server.userprovidedvalues.md)| Describes the values explicitly set by user. |
200
204
|[UuidServiceSetup](./kibana-plugin-core-server.uuidservicesetup.md)| APIs to access the application's instance uuid. |
201
205
@@ -289,4 +293,8 @@ The plugin integrates with the core system via lifecycle events: `setup`<!-- -->
289
293
|[StartServicesAccessor](./kibana-plugin-core-server.startservicesaccessor.md)| Allows plugins to get access to APIs available in start inside async handlers. Promise will not resolve until Core and plugin dependencies have completed <code>start</code>. This should only be used inside handlers registered during <code>setup</code> that will only be executed after <code>start</code> lifecycle. |
290
294
|[StringValidation](./kibana-plugin-core-server.stringvalidation.md)| Allows regex objects or a regex string |
291
295
|[UiSettingsType](./kibana-plugin-core-server.uisettingstype.md)| UI element type to represent the settings. |
296
+
|[UsageCollectionAllowedSchemaTypes](./kibana-plugin-core-server.usagecollectionallowedschematypes.md)| Allowed types in the schema definition |
297
+
|[UsageCollectionMakeSchemaFrom](./kibana-plugin-core-server.usagecollectionmakeschemafrom.md)| Schema definition of the returned object in the fetch method |
0 commit comments