File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
frontend/libs/console/legacy-ce/src/lib
components/Services/Settings Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments