Skip to content

Commit

Permalink
Page for distributed tracing feature (#656)
Browse files Browse the repository at this point in the history
Co-authored-by: ankit01-oss <>
  • Loading branch information
ankit01-oss authored Aug 21, 2024
1 parent fc8813e commit ab7d472
Show file tree
Hide file tree
Showing 15 changed files with 17,828 additions and 24,073 deletions.
9 changes: 1 addition & 8 deletions app/application-performance-monitoring/apm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ const SigNozFeatures = () => {
},
{
title: 'Database Call Metrics',
desc: "If your application makes any database calls, you can monitor them under DB Call Metrics . Monitor the number of database calls per second and their average duration.",
desc: "If your application makes any database calls, you can monitor them under DB Call Metrics. Monitor the number of database calls per second and their average duration.",
image: "/img/features/apm/database-call-metrics.webp",
buttonText: 'Learn More',
buttonLink: 'https://signoz.io/docs/userguide/metrics/#database-calls-in-signoz',
Expand All @@ -291,13 +291,6 @@ const SigNozFeatures = () => {
buttonText: 'Learn More',
buttonLink: 'https://signoz.io/docs/userguide/metrics/#external-calls-in-signoz',
},
{
title: 'Service Map',
desc: "With the Service Map, you can get a complete overview of all the services in your application. It gives developers an idea of how the services are interconnected and shows p99 latency, request rate, and error rate between two services.",
image: "/img/features/apm/service-maps.webp",
buttonText: 'Learn More',
buttonLink: 'https://signoz.io/docs/userguide/service-map/',
},
{
title: 'Application Metrics to Traces',
desc: "SigNoz APM allows you to view your application's traces from APM charts at any time stamp. You can click on data points with high latencies to view traces around those timestamps.",
Expand Down
524 changes: 524 additions & 0 deletions app/distributed-tracing/DistributedTracing.tsx

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions app/distributed-tracing/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
import React from 'react'
import Apm from './DistributedTracing'
import { Metadata } from 'next'

export const metadata: Metadata = {
title: {
absolute: 'Distributed Tracing | SigNoz',
},
openGraph: {
title: 'Distributed Tracing | SigNoz',
description: 'Implement distributed tracing in your microservices-based applications powered by OpenTelemetry SDKs. Track user requests across services to help you identify performance bottlenecks.',
images:"/img/features/distributed-tracing/distributed-tracing-cover.webp"
},
description:
'Implement distributed tracing in your microservices-based applications powered by OpenTelemetry SDKs. Track user requests across services to help you identify performance bottlenecks.',
twitter:{
title: 'Distributed Tracing | SigNoz',
description: 'Implement distributed tracing in your microservices-based applications powered by OpenTelemetry SDKs. Track user requests across services to help you identify performance bottlenecks.',
images:"/img/features/distributed-tracing/distributed-tracing-cover.webp",
}
}

export default function apmPage() {
return <Apm />
}
9 changes: 5 additions & 4 deletions app/tag-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"cloud": 1,
"aws": 1,
"talks": 4,
"observability": 16,
"observability": 17,
"opentelemetry-instrumentation": 29,
"go--golang": 4,
"java": 2,
"docker": 5,
"databases": 1,
"operations": 1,
"kubernetes": 8,
"kubernetes": 9,
"llm": 1,
"net": 1,
"elixir--erlang": 1,
Expand All @@ -41,12 +41,13 @@
"monitoring-tools": 1,
"hiring": 1,
"jokes": 1,
"tools-comparision": 3,
"tools-comparision": 4,
"tools-comparisions": 1,
"devops": 1,
"infra": 1,
"logging": 35,
"faq": 45,
"monitoring": 5,
"monitoring": 6,
"opentelemetry-tutorials": 11,
"java-monitoring": 3,
"javascript-monitoring": 1,
Expand Down
5 changes: 0 additions & 5 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@ module.exports = () => {
destination: '/docs/userguide/manage-dashboards/',
permanent: true,
},
{
source: '/distributed-tracing/',
destination: '/blog/distributed-tracing/',
permanent: true,
},
{
source: '/blog/signoz-benchmarks/',
destination: '/blog/pricing-comparison-signoz-vs-datadog-vs-newrelic-vs-grafana/',
Expand Down
Binary file not shown.
5 changes: 5 additions & 0 deletions public/img/features/distributed-tracing/exceptions-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit ab7d472

Please sign in to comment.