-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Page for distributed tracing feature (#656)
Co-authored-by: ankit01-oss <>
- Loading branch information
1 parent
fc8813e
commit ab7d472
Showing
15 changed files
with
17,828 additions
and
24,073 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+32.5 KB
public/img/features/distributed-tracing/distributed-tracing-cover.webp
Binary file not shown.
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 added
BIN
+18.9 KB
public/img/features/distributed-tracing/traces-go-to-related-logs.webp
Binary file not shown.
Binary file not shown.
Oops, something went wrong.