mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
console: Add a beta badge on OpenTelemetry
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7713 GitOrigin-RevId: 3d7689c8d34096850b022a1b617ffe1d046f9b8c
This commit is contained in:
parent
70c8bc8700
commit
051f193b86
@ -206,7 +206,7 @@ function useOpenTelemetryButton(): SectionData {
|
||||
|
||||
const title = (
|
||||
<span>
|
||||
OpenTelemetry Exporter{' '}
|
||||
OpenTelemetry Exporter <sup>(Beta)</sup>{' '}
|
||||
{openTelemetryStatus === 'enabled' ? (
|
||||
<CheckIcon className="ml-sm" />
|
||||
) : openTelemetryStatus === 'disabled' ? (
|
||||
|
@ -34,7 +34,9 @@ export function HeaderLayout(props: HeaderLayoutProps) {
|
||||
{/* The following markup has been stolen from the Prometheus page */}
|
||||
<div>
|
||||
<div className="flex items-center gap-4">
|
||||
<h1 className="text-xl font-semibold">OpenTelemetry</h1>
|
||||
<h1 className="text-xl font-semibold">
|
||||
OpenTelemetry <sup>(Beta)</sup>
|
||||
</h1>
|
||||
|
||||
{props.badge}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user