diff --git a/x-pack/plugins/apm/public/components/app/settings/agent_explorer/index.tsx b/x-pack/plugins/apm/public/components/app/settings/agent_explorer/index.tsx
index 35721c010ba89..e706596f67760 100644
--- a/x-pack/plugins/apm/public/components/app/settings/agent_explorer/index.tsx
+++ b/x-pack/plugins/apm/public/components/app/settings/agent_explorer/index.tsx
@@ -15,9 +15,9 @@ import {
EuiTitle,
} from '@elastic/eui';
import { i18n } from '@kbn/i18n';
+import { isEmpty } from 'lodash';
import React from 'react';
import { useHistory } from 'react-router-dom';
-import { isEmpty } from 'lodash';
import {
ElasticApmAgentLatestVersion,
OtelAgentLatestVersion,
@@ -33,12 +33,12 @@ import { useApmParams } from '../../../../hooks/use_apm_params';
import { FETCH_STATUS, useFetcher } from '../../../../hooks/use_fetcher';
import { useProgressiveFetcher } from '../../../../hooks/use_progressive_fetcher';
import { useTimeRange } from '../../../../hooks/use_time_range';
+import { BetaBadge } from '../../../shared/beta_badge';
import { ApmEnvironmentFilter } from '../../../shared/environment_filter';
import { UnifiedSearchBar } from '../../../shared/unified_search_bar';
import * as urlHelpers from '../../../shared/links/url_helpers';
import { SuggestionsSelect } from '../../../shared/suggestions_select';
-import { TechnicalPreviewBadge } from '../../../shared/technical_preview_badge';
import { AgentList } from './agent_list';
const getOtelLatestAgentVersion = (
@@ -146,7 +146,7 @@ export function AgentExplorer() {
{i18n.translate('xpack.apm.settings.agentExplorer.descriptionText', {
defaultMessage:
- 'Agent Explorer Technical Preview provides an inventory and details of deployed Agents.',
+ 'Agent Explorer provides an inventory and details of deployed Agents.',
})}
@@ -162,7 +162,7 @@ export function AgentExplorer() {
-
+
@@ -243,7 +243,7 @@ export function AgentExplorer() {
diff --git a/x-pack/plugins/apm/public/components/routing/templates/settings_template.tsx b/x-pack/plugins/apm/public/components/routing/templates/settings_template.tsx
index 8070018d9fea4..2c26b8c587ee0 100644
--- a/x-pack/plugins/apm/public/components/routing/templates/settings_template.tsx
+++ b/x-pack/plugins/apm/public/components/routing/templates/settings_template.tsx
@@ -10,11 +10,11 @@ import { CoreStart } from '@kbn/core/public';
import { i18n } from '@kbn/i18n';
import { enableAgentExplorerView } from '@kbn/observability-plugin/public';
import React from 'react';
-import { useDefaultEnvironment } from '../../../hooks/use_default_environment';
import { Environment } from '../../../../common/environment_rt';
import { useApmPluginContext } from '../../../context/apm_plugin/use_apm_plugin_context';
import { useApmRouter } from '../../../hooks/use_apm_router';
-import { TechnicalPreviewBadge } from '../../shared/technical_preview_badge';
+import { useDefaultEnvironment } from '../../../hooks/use_default_environment';
+import { BetaBadge } from '../../shared/beta_badge';
import { ApmRouter } from '../apm_route_config';
import { ApmMainTemplate } from './apm_main_template';
@@ -73,7 +73,7 @@ function getTabs({
const agentExplorerEnabled = core.uiSettings.get(
enableAgentExplorerView,
- false
+ true
);
const tabs: Tab[] = [
@@ -104,7 +104,7 @@ function getTabs({
serviceName: '',
},
}),
- append: ,
+ append: ,
hidden: !agentExplorerEnabled,
},
{
diff --git a/x-pack/plugins/observability/server/ui_settings.ts b/x-pack/plugins/observability/server/ui_settings.ts
index 3d1198dbe9aa5..cbe844d51b7cf 100644
--- a/x-pack/plugins/observability/server/ui_settings.ts
+++ b/x-pack/plugins/observability/server/ui_settings.ts
@@ -259,16 +259,15 @@ export const uiSettings: Record = {
defaultMessage: 'Agent explorer',
}),
description: i18n.translate('xpack.observability.enableAgentExplorerDescription', {
- defaultMessage: '{technicalPreviewLabel} Enables Agent explorer view.',
+ defaultMessage: '{betaLabel} Enables Agent explorer view.',
values: {
- technicalPreviewLabel: `[${technicalPreviewLabel}]`,
+ betaLabel: `[${betaLabel}]`,
},
}),
schema: schema.boolean(),
- value: false,
+ value: true,
requiresPageReload: true,
type: 'boolean',
- showInLabs: true,
},
[apmAWSLambdaPriceFactor]: {
category: [observabilityFeatureId],
diff --git a/x-pack/plugins/translations/translations/fr-FR.json b/x-pack/plugins/translations/translations/fr-FR.json
index dd4f109375679..68dbd87c07013 100644
--- a/x-pack/plugins/translations/translations/fr-FR.json
+++ b/x-pack/plugins/translations/translations/fr-FR.json
@@ -25150,7 +25150,6 @@
"xpack.observability.apmProgressiveLoadingDescription": "{technicalPreviewLabel} S'il faut charger les données de façon progressive pour les vues APM. Les données peuvent être demandées d'abord avec un taux d'échantillonnage inférieur, avec une précision plus faible mais des temps de réponse plus rapides, pendant que les données non échantillonnées se chargent en arrière-plan",
"xpack.observability.apmServiceInventoryOptimizedSortingDescription": "{technicalPreviewLabel} Tri par défaut des pages d'inventaire et de stockage des services APM (pour les services hors Machine Learning) en fonction du nom de service. {feedbackLink}.",
"xpack.observability.apmTraceExplorerTabDescription": "{technicalPreviewLabel} Activer la fonctionnalité Explorateur de traces APM qui vous permet de rechercher et d'inspecter les traces avec KQL ou EQL. {feedbackLink}.",
- "xpack.observability.enableAgentExplorerDescription": "{technicalPreviewLabel} Active la vue d'explorateur d'agent.",
"xpack.observability.enableAwsLambdaMetricsDescription": "{technicalPreviewLabel} Affichez les indicateurs Amazon Lambda dans l'onglet d'indicateurs de service. {feedbackLink}",
"xpack.observability.enableCriticalPathDescription": "{technicalPreviewLabel} Affichez de façon optionnelle le chemin critique d'une trace.",
"xpack.observability.enableInfrastructureHostsViewDescription": "{technicalPreviewLabel} Activez la vue Hôtes dans l'application Infrastructure. {feedbackLink}.",
diff --git a/x-pack/plugins/translations/translations/ja-JP.json b/x-pack/plugins/translations/translations/ja-JP.json
index 26c496bd6ce31..63a1177212a2c 100644
--- a/x-pack/plugins/translations/translations/ja-JP.json
+++ b/x-pack/plugins/translations/translations/ja-JP.json
@@ -25135,7 +25135,6 @@
"xpack.observability.apmProgressiveLoadingDescription": "{technicalPreviewLabel} APMビューでデータのプログレッシブ読み込みを行うかどうか。サンプリングされていないデータをバックグラウンドで読み込みながら、最初は低いサンプリングレート、低い精度、高速の応答時間でデータを要求できます",
"xpack.observability.apmServiceInventoryOptimizedSortingDescription": "{technicalPreviewLabel}サービス名によるデフォルトAPMサービスインベントリおよびストレージエクスプローラーページの並べ替え(機械学習が適用されていないサービス)。{feedbackLink}。",
"xpack.observability.apmTraceExplorerTabDescription": "{technicalPreviewLabel} APMトレースエクスプローラー機能を有効にし、KQLまたはEQLでトレースを検索、検査できます。{feedbackLink}",
- "xpack.observability.enableAgentExplorerDescription": "{technicalPreviewLabel}エージェントエクスプローラー表示を有効にします。",
"xpack.observability.enableAwsLambdaMetricsDescription": "{technicalPreviewLabel} [サービスメトリック]タブにAmazon Lambdaメトリックを表示します。{feedbackLink}",
"xpack.observability.enableCriticalPathDescription": "{technicalPreviewLabel} 任意で、トレースのクリティカルパスを表示します。",
"xpack.observability.enableInfrastructureHostsViewDescription": "{technicalPreviewLabel}インフラアプリでホストビューを有効にします。{feedbackLink}。",
diff --git a/x-pack/plugins/translations/translations/zh-CN.json b/x-pack/plugins/translations/translations/zh-CN.json
index 4a1cd87929ddb..8ab1500b386e2 100644
--- a/x-pack/plugins/translations/translations/zh-CN.json
+++ b/x-pack/plugins/translations/translations/zh-CN.json
@@ -25148,7 +25148,6 @@
"xpack.observability.apmProgressiveLoadingDescription": "{technicalPreviewLabel} 是否以渐进方式为 APM 视图加载数据。可以先以较低的采样速率请求数据,这样的准确性较低,但响应时间更快,同时在后台加载未采样数据",
"xpack.observability.apmServiceInventoryOptimizedSortingDescription": "{technicalPreviewLabel} 默认 APM 服务库存和 Storage Explorer 页面排序(对于未应用 Machine Learning 的服务)将按服务名称排序。{feedbackLink}。",
"xpack.observability.apmTraceExplorerTabDescription": "{technicalPreviewLabel} 启用 APM Trace Explorer 功能,它允许您通过 KQL 或 EQL 搜索和检查跟踪。{feedbackLink}。",
- "xpack.observability.enableAgentExplorerDescription": "{technicalPreviewLabel} 启用代理浏览器视图。",
"xpack.observability.enableAwsLambdaMetricsDescription": "{technicalPreviewLabel} 在服务指标选项卡中显示 Amazon Lambda 指标。{feedbackLink}",
"xpack.observability.enableCriticalPathDescription": "{technicalPreviewLabel}(可选)显示跟踪的关键路径。",
"xpack.observability.enableInfrastructureHostsViewDescription": "{technicalPreviewLabel} 在 Infrastructure 应用中启用主机视图。{feedbackLink}。",