import Link from 'next/link' import { DOCS_URL } from '@/lib/constants' export const ObservabilityLink = () => { return (

Export Metrics to your dashboards.{' '} Get started for free!

) }