mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
# Backport This will backport the following commits from `main` to `8.x`: - [[Onboarding] Add tech preview badge to the OTel k8s flow (#197229)](https://github.com/elastic/kibana/pull/197229) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Giorgos Bamparopoulos","email":"georgios.bamparopoulos@elastic.co"},"sourceCommit":{"committedDate":"2024-10-22T15:03:10Z","message":"[Onboarding] Add tech preview badge to the OTel k8s flow (#197229)\n\nAdds Tech Preview badges for the k8s OTel flow.\r\n\r\n### Quickstart tile\r\n<img width=\"405\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/1425c39d-a3a8-44c1-9e05-b8ad0c7757ee\">\r\n\r\n### Onboarding page\r\n<img width=\"1074\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/4a8b73f0-1eb1-4361-bb69-3ad62c463446\">","sha":"aaf3539faf9dd637bc311cabcd9dfb37fd263119","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-logs","Feature: Observability Onboarding","v8.16.0"],"title":"[Onboarding] Add tech preview badge to the OTel k8s flow","number":197229,"url":"https://github.com/elastic/kibana/pull/197229","mergeCommit":{"message":"[Onboarding] Add tech preview badge to the OTel k8s flow (#197229)\n\nAdds Tech Preview badges for the k8s OTel flow.\r\n\r\n### Quickstart tile\r\n<img width=\"405\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/1425c39d-a3a8-44c1-9e05-b8ad0c7757ee\">\r\n\r\n### Onboarding page\r\n<img width=\"1074\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/4a8b73f0-1eb1-4361-bb69-3ad62c463446\">","sha":"aaf3539faf9dd637bc311cabcd9dfb37fd263119"}},"sourceBranch":"main","suggestedTargetBranches":["8.16"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197229","number":197229,"mergeCommit":{"message":"[Onboarding] Add tech preview badge to the OTel k8s flow (#197229)\n\nAdds Tech Preview badges for the k8s OTel flow.\r\n\r\n### Quickstart tile\r\n<img width=\"405\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/1425c39d-a3a8-44c1-9e05-b8ad0c7757ee\">\r\n\r\n### Onboarding page\r\n<img width=\"1074\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/4a8b73f0-1eb1-4361-bb69-3ad62c463446\">","sha":"aaf3539faf9dd637bc311cabcd9dfb37fd263119"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Giorgos Bamparopoulos <georgios.bamparopoulos@elastic.co>
This commit is contained in:
parent
b639c47e1e
commit
867a0396a5
2 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,7 @@ export function useCustomCardsForCategory(
|
|||
version: '',
|
||||
integration: '',
|
||||
isQuickstart: true,
|
||||
release: 'preview',
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@ export const OtelKubernetesPage = () => (
|
|||
defaultMessage: 'Unified Kubernetes observability with the OpenTelemetry Operator',
|
||||
}
|
||||
)}
|
||||
isTechnicalPreview={true}
|
||||
/>
|
||||
}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue