Skip to content

Commit

Permalink
Add otel documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rlubke committed Mar 22, 2024
1 parent 1cb826a commit 3e4d803
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 23 deletions.
18 changes: 16 additions & 2 deletions 24.03/docs/main/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,19 @@ function createRoutes(){
},
component: loadPage('docs-core-10_grpc', '/docs/core/10_grpc', {})
},
{
path: '/docs/core/11_otel',
meta: {
h1: 'OpenTelemetry Support',
title: 'OpenTelemetry Support',
h1Prefix: null,
description: 'OpenTelemetry Support',
keywords: 'coherence, java, distrbuted-tracing, opentelemetry, documentation',
customLayout: null,
hasNav: true
},
component: loadPage('docs-core-11_otel', '/docs/core/11_otel', {})
},
{
path: '/coherence-docker/README',
meta: {
Expand Down Expand Up @@ -814,7 +827,8 @@ function createNav(){
{ href: '/docs/core/07_sorted_views', title: 'Sorted Views' },
{ href: '/docs/core/08_secured_production', title: 'Secured Production Mode' },
{ href: '/docs/core/09_queues', title: 'Queues' },
{ href: '/docs/core/10_grpc', title: 'Coherence gRPC Server' }
{ href: '/docs/core/10_grpc', title: 'Coherence gRPC Server' },
{ href: '/docs/core/11_otel', title: 'OpenTelemetry Support' }
]
},
{
Expand Down Expand Up @@ -955,4 +969,4 @@ function createNav(){
target: '_blank'
}
];
}
}
Loading

0 comments on commit 3e4d803

Please sign in to comment.