Skip to content

Commit

Permalink
[Observability Onboarding] Remove tech preview badges from the fireho…
Browse files Browse the repository at this point in the history
…se and OTel-based onboarding flows (elastic#206118)

## 📓 Summary
Tech preview badges from the firehose and OTel-based onboarding flows
are removed.

Closes elastic/observability-dev#4140
Closes elastic#206035

## Before

### Cards
#### Firehose
<img width="401" alt="Screenshot 2025-01-09 at 17 31 27"
src="https://github.com/user-attachments/assets/ede2e11c-324f-4bdf-ad02-48929126afe1"
/>

#### OTel hosts
<img width="409" alt="Screenshot 2025-01-09 at 17 37 23"
src="https://github.com/user-attachments/assets/ecf230c9-305c-40a4-ac9a-8cbc779913cc"
/>

#### OTel K8s
<img width="389" alt="Screenshot 2025-01-09 at 17 37 46"
src="https://github.com/user-attachments/assets/971dbc6d-c356-43db-942c-dba9540d1008"
/>


### Onboarding flows
#### Firehose
<img width="922" alt="Screenshot 2025-01-09 at 17 31 39"
src="https://github.com/user-attachments/assets/295484a7-12ca-4857-b767-689b4135b44d"
/>

#### OTel hosts
<img width="1229" alt="Screenshot 2025-01-09 at 17 37 31"
src="https://github.com/user-attachments/assets/7f14ae66-c2d8-49bc-a57e-9068d7a71adf"
/>

#### OTel K8s
<img width="1035" alt="Screenshot 2025-01-09 at 17 37 53"
src="https://github.com/user-attachments/assets/2e5f834a-ffc2-4f80-b223-128be3d17567"
/>

## After
### Cards
### Firehose
<img width="401" alt="image"
src="https://github.com/user-attachments/assets/d810b193-fcff-46bf-80c3-93b3351b4507"
/>

### OTel hosts
<img width="404" alt="Screenshot 2025-01-09 at 17 38 54"
src="https://github.com/user-attachments/assets/64ac617a-2803-4023-8f0e-4a8691791bbb"
/>

### OTel K8s
<img width="390" alt="Screenshot 2025-01-09 at 17 39 04"
src="https://github.com/user-attachments/assets/57efa024-cbd5-4d01-93fa-9fc079fdb37b"
/>

### Onboarding flows
### Firehose
<img width="962" alt="Screenshot 2025-01-09 at 17 35 08"
src="https://github.com/user-attachments/assets/ccb42ac2-77fa-4559-8fcc-948c0434371f"
/>

### OTel hosts
<img width="1228" alt="Screenshot 2025-01-09 at 17 39 24"
src="https://github.com/user-attachments/assets/0a863c22-af09-474d-8ee6-45766d5ab04f"
/>

### OTel K8s
<img width="1204" alt="Screenshot 2025-01-09 at 17 39 13"
src="https://github.com/user-attachments/assets/6155a676-e8a2-4276-a3f9-cfc630e666ee"
/>

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
gbamparop and elasticmachine authored Jan 14, 2025
1 parent 892819f commit 41cbc6a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ export function useCustomCardsForCategory(
version: '',
integration: '',
isQuickstart: true,
release: 'preview',
},
];

Expand Down Expand Up @@ -188,7 +187,6 @@ export function useCustomCardsForCategory(
version: '',
integration: '',
isQuickstart: true,
release: 'preview',
},
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export function useVirtualSearchResults(): CustomCard[] {
title: i18n.translate('xpack.observability_onboarding.packageList.uploadFileTitle', {
defaultMessage: 'AWS Firehose',
}),
release: 'preview',
description: i18n.translate(
'xpack.observability_onboarding.packageList.uploadFileDescription',
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const FirehosePage = () => (
'This installation is tailored for setting up Firehose in your Observability project with minimal configuration.',
}
)}
isTechnicalPreview={true}
/>
}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export const OtelKubernetesPage = () => (
defaultMessage: 'Unified Kubernetes observability with the OpenTelemetry Operator',
}
)}
isTechnicalPreview={true}
/>
}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const OtelLogsPage = () => (
'Collect logs and host metrics using the Elastic distribution of the OTel collector.',
}
)}
isTechnicalPreview={true}
/>
}
>
Expand Down

0 comments on commit 41cbc6a

Please sign in to comment.