Skip to content

Commit 6ff1573

Browse files
hgiasachasura-bot
authored andcommitted
console: remove beta labels in OpenTelemetry config UI
## Description Remove `beta` labels in OpenTelemetry config UI to release GA PR-URL: hasura/graphql-engine-mono#10881 GitOrigin-RevId: d36af1c3e88df4c2ecf449bce090ef8fd58a7566
1 parent 1717e9d commit 6ff1573

File tree

2 files changed

+2
-4
lines changed
  • frontend/libs/console/legacy-ce/src/lib

2 files changed

+2
-4
lines changed

frontend/libs/console/legacy-ce/src/lib/components/Services/Settings/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const Sidebar: React.FC<SidebarProps> = ({ location, metadata }) => {
144144

145145
sectionsData.monitoring.items.push({
146146
key: 'opentelemetry-settings',
147-
label: 'OpenTelemetry Exporter (Beta)',
147+
label: 'OpenTelemetry Exporter',
148148
status:
149149
eeLiteAccess.access !== 'active' &&
150150
!isOpenTelemetrySupported(window.__env)

frontend/libs/console/legacy-ce/src/lib/features/OpenTelemetry/OpenTelemetry/components/Header/Header.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ export function HeaderLayout(props: HeaderLayoutProps) {
3434
{/* The following markup has been stolen from the Prometheus page */}
3535
<div>
3636
<div className="flex items-center gap-4">
37-
<h1 className="text-xl font-semibold">
38-
OpenTelemetry <sup>(Beta)</sup>
39-
</h1>
37+
<h1 className="text-xl font-semibold">OpenTelemetry</h1>
4038

4139
{props.badge}
4240
</div>

0 commit comments

Comments
 (0)