Skip to content
Merged

Fly doc #2143

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions components/Metrics/MetricsQuickStartOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import {
SiAmazon,
SiGooglecloud,
SiSnowflake,
SiFlydotio,
SiEnvoyproxy,
} from 'react-icons/si'
import { FaJava, FaServer, FaDatabase, FaCloud } from 'react-icons/fa'
Expand Down Expand Up @@ -160,6 +161,12 @@ export default function MetricsQuickStartOverview({
icon: <SiHashicorp className="h-7 w-7 text-purple-600" />,
clickName: 'Nomad Metrics Link',
},
{
name: 'Fly.io',
href: '/docs/metrics-management/fly-metrics',
icon: <SiFlydotio className="h-7 w-7 text-purple-500" />,
clickName: 'Fly.io Metrics Link',
},
{
name: 'Envoy',
href: '/docs/userguide/envoy-metrics',
Expand Down
5 changes: 5 additions & 0 deletions constants/docsSideNav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1598,6 +1598,11 @@ const docsSideNav = [
route: '/docs/tutorial/traefik-observability',
label: 'Traefik Observability',
},
{
type: 'doc',
route: '/docs/metrics-management/fly-metrics',
label: 'Fly.io metrics',
},
],
},
{
Expand Down
Loading