Skip to content

Commit

Permalink
[APM] Removes the beta label from APM tutorial (#111499)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogupte committed Sep 10, 2021
1 parent 914fa09 commit 97bd587
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/plugins/home/common/instruction_variant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const DISPLAY_MAP = {
[INSTRUCTION_VARIANT.LINUX]: 'Linux',
[INSTRUCTION_VARIANT.PHP]: 'PHP',
[INSTRUCTION_VARIANT.FLEET]: i18n.translate('home.tutorial.instruction_variant.fleet', {
defaultMessage: 'Elastic APM (beta) in Fleet',
defaultMessage: 'Elastic APM in Fleet',
}),
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function TutorialFleetInstructions({ http, basePath, isDarkTheme }: Props) {
display="plain"
textAlign="left"
title={i18n.translate('xpack.apm.tutorial.apmServer.fleet.title', {
defaultMessage: 'Elastic APM (beta) now available in Fleet!',
defaultMessage: 'Elastic APM now available in Fleet!',
})}
description={i18n.translate(
'xpack.apm.tutorial.apmServer.fleet.message',
Expand Down
4 changes: 1 addition & 3 deletions x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -2997,7 +2997,6 @@
"home.tutorial.card.sampleDataDescription": "これらの「ワンクリック」データセットで Kibana の探索を始めましょう。",
"home.tutorial.card.sampleDataTitle": "サンプルデータ",
"home.tutorial.elasticCloudButtonLabel": "Elastic Cloud",
"home.tutorial.instruction_variant.fleet": "FleetのElastic APM(ベータ版)",
"home.tutorial.instruction.copyButtonLabel": "スニペットをコピー",
"home.tutorial.instructionSet.checkStatusButtonLabel": "ステータスを確認",
"home.tutorial.instructionSet.customizeLabel": "コードスニペットのカスタマイズ",
Expand Down Expand Up @@ -7150,7 +7149,6 @@
"xpack.apm.tutorial.apmServer.fleet.apmIntegration.button": "APM統合",
"xpack.apm.tutorial.apmServer.fleet.manageApmIntegration.button": "FleetでAPM統合を管理",
"xpack.apm.tutorial.apmServer.fleet.message": "APMA統合は、APMデータ用にElasticsearchテンプレートとIngest Nodeパイプラインをインストールします。",
"xpack.apm.tutorial.apmServer.fleet.title": "Elastic APM(ベータ版)がFleetで提供されました。",
"xpack.apm.tutorial.apmServer.statusCheck.btnLabel": "APM Server ステータスを確認",
"xpack.apm.tutorial.apmServer.statusCheck.errorMessage": "APM Server が検出されました。7.0 以上に更新され、動作中であることを確認してください。",
"xpack.apm.tutorial.apmServer.statusCheck.successMessage": "APM Server が正しくセットアップされました",
Expand Down Expand Up @@ -27089,4 +27087,4 @@
"xpack.watcher.watchEdit.thresholdWatchExpression.aggType.fieldIsRequiredValidationMessage": "フィールドを選択してください。",
"xpack.watcher.watcherDescription": "アラートの作成、管理、監視によりデータへの変更を検知します。"
}
}
}
4 changes: 1 addition & 3 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -3026,7 +3026,6 @@
"home.tutorial.card.sampleDataDescription": "开始使用这些“一键式”数据集浏览 Kibana。",
"home.tutorial.card.sampleDataTitle": "样例数据",
"home.tutorial.elasticCloudButtonLabel": "Elastic Cloud",
"home.tutorial.instruction_variant.fleet": "Fleet 中的 Elastic APM(公测版)",
"home.tutorial.instruction.copyButtonLabel": "复制代码片段",
"home.tutorial.instructionSet.checkStatusButtonLabel": "检查状态",
"home.tutorial.instructionSet.customizeLabel": "定制您的代码片段",
Expand Down Expand Up @@ -7208,7 +7207,6 @@
"xpack.apm.tutorial.apmServer.fleet.apmIntegration.button": "APM 集成",
"xpack.apm.tutorial.apmServer.fleet.manageApmIntegration.button": "在 Fleet 中管理 APM 集成",
"xpack.apm.tutorial.apmServer.fleet.message": "APM 集成安装用于 APM 数据的 Elasticsearch 模板和采集节点管道。",
"xpack.apm.tutorial.apmServer.fleet.title": "现在 Fleet 中包含 Elastic APM(公测版)!",
"xpack.apm.tutorial.apmServer.statusCheck.btnLabel": "检查 APM Server 状态",
"xpack.apm.tutorial.apmServer.statusCheck.errorMessage": "未检测到任何 APM Server。请确保其正在运行并且您已升级到 7.0 或更高版本。",
"xpack.apm.tutorial.apmServer.statusCheck.successMessage": "您已正确设置 APM Server",
Expand Down Expand Up @@ -27535,4 +27533,4 @@
"xpack.watcher.watchEdit.thresholdWatchExpression.aggType.fieldIsRequiredValidationMessage": "此字段必填。",
"xpack.watcher.watcherDescription": "通过创建、管理和监测警报来检测数据中的更改。"
}
}
}

0 comments on commit 97bd587

Please sign in to comment.