Skip to content

Commit 532df09

Browse files
author
Maja Grubic
committed
Updating docs
1 parent d75dbdf commit 532df09

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

docs/development/core/public/kibana-plugin-core-public.uisettingsparams.metric.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
## UiSettingsParams.metric property
66

7+
> Warning: This API is now obsolete.
8+
>
9+
> Temporary measure until https://github.com/elastic/kibana/issues/83084 is in place
10+
>
11+
712
Metric to track once this property changes
813

914
<b>Signature:</b>

docs/development/core/server/kibana-plugin-core-server.uisettingsparams.metric.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
## UiSettingsParams.metric property
66

7+
> Warning: This API is now obsolete.
8+
>
9+
> Temporary measure until https://github.com/elastic/kibana/issues/83084 is in place
10+
>
11+
712
Metric to track once this property changes
813

914
<b>Signature:</b>

src/core/public/public.api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,6 +1363,7 @@ export interface UiSettingsParams<T = unknown> {
13631363
// Warning: (ae-forgotten-export) The symbol "DeprecationSettings" needs to be exported by the entry point index.d.ts
13641364
deprecation?: DeprecationSettings;
13651365
description?: string;
1366+
// @deprecated
13661367
metric?: {
13671368
type: UiStatsMetricType;
13681369
name: string;

src/core/server/server.api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2747,6 +2747,7 @@ export interface UiSettingsParams<T = unknown> {
27472747
category?: string[];
27482748
deprecation?: DeprecationSettings;
27492749
description?: string;
2750+
// @deprecated
27502751
metric?: {
27512752
type: UiStatsMetricType;
27522753
name: string;

0 commit comments

Comments
 (0)