Skip to content

Commit

Permalink
test otel nav structure
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 committed May 21, 2024
1 parent d67154a commit bd7a573
Show file tree
Hide file tree
Showing 14 changed files with 186 additions and 0 deletions.
81 changes: 81 additions & 0 deletions docs/en/apm-agents/agents.docnav.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"mission": "Language",
"id": "apm-agents",
"landingPageId": "apmAgentOverview",
"icon": "faceHappy",
"description": "APM agents",
"items": [
{
"label": "Android",
"pageId": "android",
"items": [
{ "id": "oTelDistro" },
{ "id": "apmAgent" }
]
},
{
"label": "Go",
"pageId": "go",
"items": [
{ "id": "oTelDistro" },
{ "id": "apmAgent" }
]
},
{
"label": "iOS",
"pageId": "ios",
"items": [
{ "id": "oTelDistro" },
{ "id": "apmAgent" }
]
},
{
"label": "Java",
"pageId": "java",
"items": [
{ "id": "oTelDistro" },
{ "id": "apmAgent" }
]
},
{
"label": ".NET",
"pageId": "dotnet",
"items": [
{ "id": "oTelDistro" },
{ "id": "apmAgent" }
]
},
{
"label": "Node.js",
"pageId": "nodejs",
"items": [
{ "id": "oTelDistro" },
{ "id": "apmAgent" }
]
},
{
"label": "PHP",
"pageId": "php",
"items": [
{ "id": "oTelDistro" },
{ "id": "apmAgent" }
]
},
{
"label": "Python",
"pageId": "python",
"items": [
{ "id": "oTelDistro" },
{ "id": "apmAgent" }
]
},
{
"label": "Ruby",
"pageId": "ruby",
"items": [
{ "id": "oTelDistro" },
{ "id": "apmAgent" }
]
}
]
}
6 changes: 6 additions & 0 deletions docs/en/apm-agents/android.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: android
slug: /apm-agent-android
title: Elastic Android APM agent
description: tbd
---
6 changes: 6 additions & 0 deletions docs/en/apm-agents/apmAgent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: apmAgent
slug: /apm-agent
title: Elastic APM agent
description: tbd
---
6 changes: 6 additions & 0 deletions docs/en/apm-agents/apmAgentOverview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: apmAgentOverview
slug: /apm-agent-overview
title: Elastic APM agent
description: tbd
---
6 changes: 6 additions & 0 deletions docs/en/apm-agents/dotnet.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: dotnet
slug: /apm-agent-dotnet
title: Elastic .NET APM agent
description: tbd
---
6 changes: 6 additions & 0 deletions docs/en/apm-agents/go.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: go
slug: /apm-agent-go
title: Elastic Go APM agent
description: tbd
---
6 changes: 6 additions & 0 deletions docs/en/apm-agents/ios.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: ios
slug: /apm-agent-ios
title: Elastic iOS APM agent
description: tbd
---
22 changes: 22 additions & 0 deletions docs/en/apm-agents/java.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
id: java
slug: /apm-agent-java
title: Java
description: Instrument your Java applications
---

## Send data to Elastic with Java

Depending on your use case, there are multiple ways to send data from a Java service to the Elastic Stack.

### Elastic distribution for OpenTelemetry

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

<DocLink id="oTelDistro" text="Get started with the Elastic distribution for OpenTelemetry"/>.

### Elastic APM agent

Eu mi bibendum neque egestas congue quisque egestas. Neque viverra justo nec ultrices dui sapien eget mi proin. Quisque non tellus orci ac. At varius vel pharetra vel turpis nunc eget lorem. Nibh tellus molestie nunc non. Tincidunt augue interdum velit euismod in pellentesque. Ornare massa eget egestas purus viverra accumsan in nisl nisi. Lectus proin nibh nisl condimentum id venenatis a. Viverra adipiscing at in tellus integer feugiat scelerisque varius morbi. Nisi lacus sed viverra tellus in.

<DocLink id="oTelDistro" text="Get started with the Elastic APM Java agent"/>.
6 changes: 6 additions & 0 deletions docs/en/apm-agents/nodejs.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: nodejs
slug: /apm-agent-nodejs
title: Elastic Node.js APM agent
description: tbd
---
6 changes: 6 additions & 0 deletions docs/en/apm-agents/oTelDistro.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: oTelDistro
slug: /otel-distro
title: Elastic OpenTelemetry Distribution
description: tbd
---
17 changes: 17 additions & 0 deletions docs/en/apm-agents/obs.docnav.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"mission": "Observability Guide",
"id": "obs",
"landingPageId": "apmAgentOverview",
"icon": "faceHappy",
"description": "APM agents",
"items": [
{
"label": "Android",
"pageId": "android",
"items": [
{ "id": "oTelDistro" },
{ "id": "apmAgent" }
]
}
]
}
6 changes: 6 additions & 0 deletions docs/en/apm-agents/php.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: php
slug: /apm-agent-php
title: Elastic PHP APM agent
description: tbd
---
6 changes: 6 additions & 0 deletions docs/en/apm-agents/python.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: python
slug: /apm-agent-python
title: Elastic Python APM agent
description: tbd
---
6 changes: 6 additions & 0 deletions docs/en/apm-agents/ruby.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: ruby
slug: /apm-agent-ruby
title: Elastic Ruby APM agent
description: tbd
---

0 comments on commit bd7a573

Please sign in to comment.