Skip to content

Commit a1afef8

Browse files
authored
chore: update frontend monitoring docs (#2151)
* chore: update docs * fix: update frontend monitoring docs structure and formatting * chore: fix formatting * chore: address comments * chore: address comments * chore: address comments * chore: fix ci * chore: address comments * chore: address comments * chore: address comments * chore: address comments * chore: address comments * chore: address comments * chore: fix ci issues * chore: address comments * chore: address comments * chore: fix ci issues * chore: address comments * chore: fix tile order
1 parent 3ae0e80 commit a1afef8

10 files changed

+1813
-1180
lines changed

constants/docsSideNav.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2189,17 +2189,17 @@ const docsSideNav = [
21892189
items: [
21902190
{
21912191
type: 'doc',
2192-
route: '/docs/frontend-monitoring/sending-logs',
2192+
route: '/docs/frontend-monitoring/sending-logs-with-opentelemetry',
21932193
label: 'Sending Logs',
21942194
},
21952195
{
21962196
type: 'doc',
2197-
route: '/docs/frontend-monitoring/sending-traces',
2197+
route: '/docs/frontend-monitoring/sending-traces-with-opentelemetry',
21982198
label: 'Sending Traces',
21992199
},
22002200
{
22012201
type: 'doc',
2202-
route: '/docs/frontend-monitoring/sending-metrics',
2202+
route: '/docs/frontend-monitoring/sending-metrics-with-opentelemetry',
22032203
label: 'Sending Metrics',
22042204
},
22052205
{

data/comparisons/best-frontend-cloud-logging-tools.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ SigNoz pricing is based on actual data ingested:
423423

424424

425425
**Learn More:**
426-
- [Frontend Logging with SigNoz](https://signoz.io/docs/frontend-monitoring/sending-logs/) - Complete guide to sending logs from your frontend application to SigNoz
427-
- [Frontend Tracing with SigNoz](https://signoz.io/docs/frontend-monitoring/sending-traces/) - Step-by-step instructions for sending traces and understanding user interactions
426+
- [Frontend Logging with SigNoz](https://signoz.io/docs/frontend-monitoring/sending-logs-with-opentelemetry/) - Complete guide to sending logs from your frontend application to SigNoz
427+
- [Frontend Tracing with SigNoz](https://signoz.io/docs/frontend-monitoring/sending-traces-with-opentelemetry/) - Step-by-step instructions for sending traces and understanding user interactions
428428
- [Web Vitals Monitoring](https://signoz.io/docs/frontend-monitoring/opentelemetry-web-vitals/) - Monitor Core Web Vitals (LCP, FID, CLS) using OpenTelemetry and SigNoz
429429

430430
## Getting Started with SigNoz

data/docs/frontend-monitoring.mdx

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,36 @@
11
---
2-
date: 2025-08-17
2+
date: 2025-11-11
33
id: frontend-monitoring
44
title: Monitor your Frontend applications
5+
tags: [SigNoz Cloud, Self-Host]
6+
description: Learn how to instrument your frontend application with OpenTelemetry.
57
---
68

79

810
<DocCardContainer>
911

1012
<DocCard
11-
title="📄️ Web Vitals"
12-
description="Monitor your application's web vitals using SigNoz"
13-
href="/docs/frontend-monitoring/opentelemetry-web-vitals"
13+
title="📄️ Sending Logs"
14+
description="Send logs from your frontend application using SigNoz"
15+
href="/docs/frontend-monitoring/sending-logs-with-opentelemetry"
1416
/>
1517

1618
<DocCard
1719
title="📄️ Sending Traces"
1820
description="Send traces from your frontend application using SigNoz"
19-
href="/docs/frontend-monitoring/sending-traces"
21+
href="/docs/frontend-monitoring/sending-traces-with-opentelemetry"
2022
/>
2123

2224
<DocCard
2325
title="📄️ Sending Metrics"
2426
description="Send metrics from your frontend application using SigNoz"
25-
href="/docs/frontend-monitoring/sending-metrics"
27+
href="/docs/frontend-monitoring/sending-metrics-with-opentelemetry"
2628
/>
2729

2830
<DocCard
29-
title="📄️ Sending Logs"
30-
description="Send logs from your frontend application using SigNoz"
31-
href="/docs/frontend-monitoring/sending-logs"
31+
title="📄️ Web Vitals"
32+
description="Monitor your application's web vitals using SigNoz"
33+
href="/docs/frontend-monitoring/opentelemetry-web-vitals"
3234
/>
3335

3436
<DocCard

0 commit comments

Comments
 (0)