Skip to content

Commit

Permalink
[Observability Onboarding] Set tech preview badges correctly (#197831)
Browse files Browse the repository at this point in the history
As discussed, adjust the first onboarding page:
* Remove tech preview labels from EA flows
* Change wording

<img width="857" alt="Screenshot 2024-10-25 at 15 23 47"
src="https://github.com/user-attachments/assets/ceffbe90-019d-4fa8-ab6f-16cbf0aaf3d4">
<img width="814" alt="Screenshot 2024-10-25 at 15 23 59"
src="https://github.com/user-attachments/assets/4f5cf657-6fd2-479f-aa92-9460bc2ecfef">

(cherry picked from commit d23dce0)
  • Loading branch information
flash1293 committed Oct 29, 2024
1 parent c31efcf commit 34995cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function useCustomCardsForCategory(
title: i18n.translate(
'xpack.observability_onboarding.useCustomCardsForCategory.autoDetectTitle',
{
defaultMessage: 'Auto-detect Integrations with Elastic Agent',
defaultMessage: 'Elastic Agent: Logs & Metrics',
}
),
description: i18n.translate(
Expand Down Expand Up @@ -79,7 +79,6 @@ export function useCustomCardsForCategory(
version: '',
integration: '',
isQuickstart: true,
release: 'preview',
},
{
id: 'otel-logs',
Expand All @@ -88,7 +87,7 @@ export function useCustomCardsForCategory(
title: i18n.translate(
'xpack.observability_onboarding.useCustomCardsForCategory.logsOtelTitle',
{
defaultMessage: 'Host monitoring with EDOT Collector',
defaultMessage: 'OpenTelemetry: Logs & Metrics',
}
),
description: i18n.translate(
Expand Down Expand Up @@ -130,14 +129,13 @@ export function useCustomCardsForCategory(
title: i18n.translate(
'xpack.observability_onboarding.useCustomCardsForCategory.kubernetesTitle',
{
defaultMessage: 'Kubernetes monitoring with Elastic Agent',
defaultMessage: 'Elastic Agent: Logs & Metrics',
}
),
description: i18n.translate(
'xpack.observability_onboarding.useCustomCardsForCategory.kubernetesDescription',
{
defaultMessage:
'Monitor your Kubernetes cluster with Elastic Agent, collect container logs',
defaultMessage: 'Collect logs and metrics from Kubernetes using Elastic Agent',
}
),
extraLabelsBadges: [
Expand All @@ -156,7 +154,6 @@ export function useCustomCardsForCategory(
version: '',
integration: '',
isQuickstart: true,
release: 'preview',
},
{
id: 'otel-kubernetes',
Expand All @@ -165,14 +162,14 @@ export function useCustomCardsForCategory(
title: i18n.translate(
'xpack.observability_onboarding.useCustomCardsForCategory.kubernetesOtelTitle',
{
defaultMessage: 'Kubernetes monitoring with EDOT Collector',
defaultMessage: 'OpenTelemetry: Full Observability',
}
),
description: i18n.translate(
'xpack.observability_onboarding.useCustomCardsForCategory.kubernetesOtelDescription',
{
defaultMessage:
'Unified Kubernetes observability with Elastic Distro for OTel Collector',
'Collect logs, traces and metrics with the Elastic Distro for OTel Collector',
}
),
extraLabelsBadges: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const AutoDetectPage = () => (
'This installation scans your host and auto-detects log and metric files.',
}
)}
isTechnicalPreview={true}
/>
}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const KubernetesPage = () => (
'This installation is tailored for configuring and collecting metrics and logs by deploying a new Elastic Agent within your host.',
}
)}
isTechnicalPreview={true}
/>
}
>
Expand Down

0 comments on commit 34995cf

Please sign in to comment.