Skip to content

Commit

Permalink
[Onboarding] Add tech preview badge to the OTel k8s flow (elastic#197229
Browse files Browse the repository at this point in the history
)

Adds Tech Preview badges for the k8s OTel flow.

### Quickstart tile
<img width="405" alt="image"
src="https://github.com/user-attachments/assets/1425c39d-a3a8-44c1-9e05-b8ad0c7757ee">

### Onboarding page
<img width="1074" alt="image"
src="https://github.com/user-attachments/assets/4a8b73f0-1eb1-4361-bb69-3ad62c463446">

(cherry picked from commit aaf3539)
  • Loading branch information
gbamparop committed Oct 22, 2024
1 parent bbe0c06 commit 0309b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ export function useCustomCardsForCategory(
version: '',
integration: '',
isQuickstart: true,
release: 'preview',
},
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const OtelKubernetesPage = () => (
defaultMessage: 'Unified Kubernetes observability with the OpenTelemetry Operator',
}
)}
isTechnicalPreview={true}
/>
}
>
Expand Down

0 comments on commit 0309b42

Please sign in to comment.