Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -597,37 +597,37 @@ menu:
parent: otel-instrumentation
weight: 302
- name: Java
url: /opentelemetry/instrument/api_support/java
url: /opentelemetry/instrument/api_support/java/traces
parent: otel-api-dd-sdk
weight: 3021
identifier: otel_api_java
- name: Python
url: /opentelemetry/instrument/api_support/python
url: /opentelemetry/instrument/api_support/python/traces
parent: otel-api-dd-sdk
weight: 3022
identifier: otel_api_python
- name: Ruby
url: /opentelemetry/instrument/api_support/ruby
url: /opentelemetry/instrument/api_support/ruby/traces
parent: otel-api-dd-sdk
weight: 3023
identifier: otel_api_ruby
- name: Go
url: /opentelemetry/instrument/api_support/go
url: /opentelemetry/instrument/api_support/go/traces
parent: otel-api-dd-sdk
weight: 3024
identifier: otel_api_go
- name: Node.js
url: /opentelemetry/instrument/api_support/nodejs
url: /opentelemetry/instrument/api_support/nodejs/traces
parent: otel-api-dd-sdk
weight: 3025
identifier: otel_api_nodejs
- name: PHP
url: /opentelemetry/instrument/api_support/php
url: /opentelemetry/instrument/api_support/php/traces
parent: otel-api-dd-sdk
weight: 3026
identifier: otel_api_php
- name: .NET
url: /opentelemetry/instrument/api_support/dotnet
url: /opentelemetry/instrument/api_support/dotnet/traces
parent: otel-api-dd-sdk
weight: 3027
identifier: otel_api_dotnet
Expand Down
3 changes: 3 additions & 0 deletions config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ code_language_ids:
real_time_rule: "Real-Time Rule"
scheduled_rule: "Scheduled Rule"
historical_job: "Historical Job"
traces: "Traces"
metrics: "Metrics"
logs: "Logs"
branch: ""

signupclass: sign-up-trigger
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: .NET
type: multi-code-lang
external_redirect: /opentelemetry/instrument/api_support/dotnet/traces
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Logs
code_lang: logs
type: multi-code-lang
code_lang_weight: 2
---
Logs API content here
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Metrics
code_lang: metrics
type: multi-code-lang
code_lang_weight: 1
---
Metrics API content here
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: .NET Custom Instrumentation using the OpenTelemetry API
title: Traces
code_lang: traces
type: multi-code-lang
code_lang_weight: 0
---

{{< include-markdown "/tracing/trace_collection/custom_instrumentation/dotnet/otel/" >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Go
type: multi-code-lang
external_redirect: /opentelemetry/instrument/api_support/go/traces
---
7 changes: 7 additions & 0 deletions content/en/opentelemetry/instrument/api_support/go/logs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Logs
code_lang: logs
type: multi-code-lang
code_lang_weight: 2
---
Logs API content here
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Metrics
code_lang: metrics
type: multi-code-lang
code_lang_weight: 1
---
Metrics API content here
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Go Custom Instrumentation using the OpenTelemetry API
title: Traces
code_lang: traces
type: multi-code-lang
code_lang_weight: 0
---

{{< include-markdown "/tracing/trace_collection/custom_instrumentation/go/otel/" >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Java
type: multi-code-lang
external_redirect: /opentelemetry/instrument/api_support/java/traces
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Logs
code_lang: logs
type: multi-code-lang
code_lang_weight: 2
---
Logs API content here
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Metrics
code_lang: metrics
type: multi-code-lang
code_lang_weight: 1
---
Metrics API content here
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Java Custom Instrumentation using the OpenTelemetry API
title: Traces
code_lang: traces
type: multi-code-lang
code_lang_weight: 0
---

{{< include-markdown "/tracing/trace_collection/custom_instrumentation/java/otel/" >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Node.js
type: multi-code-lang
external_redirect: /opentelemetry/instrument/api_support/nodejs/traces
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Logs
code_lang: logs
type: multi-code-lang
code_lang_weight: 2
---
Logs API content here
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Metrics
code_lang: metrics
type: multi-code-lang
code_lang_weight: 1
---
Metrics API content here
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Node.js Custom Instrumentation using the OpenTelemetry API
title: Traces
code_lang: traces
type: multi-code-lang
code_lang_weight: 0
---

{{< include-markdown "/tracing/trace_collection/custom_instrumentation/nodejs/otel/" >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Ruby
type: multi-code-lang
external_redirect: /opentelemetry/instrument/api_support/php/traces
---
7 changes: 7 additions & 0 deletions content/en/opentelemetry/instrument/api_support/php/logs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Logs
code_lang: logs
type: multi-code-lang
code_lang_weight: 2
---
Logs API content here
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Metrics
code_lang: metrics
type: multi-code-lang
code_lang_weight: 1
---
Metrics API content here
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: PHP Custom Instrumentation using the OpenTelemetry API
title: Traces
code_lang: traces
type: multi-code-lang
code_lang_weight: 0
---

{{< include-markdown "/tracing/trace_collection/custom_instrumentation/php/otel/" >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Ruby
type: multi-code-lang
external_redirect: /opentelemetry/instrument/api_support/python/traces
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Logs
code_lang: logs
type: multi-code-lang
code_lang_weight: 2
---
Logs API content here
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Metrics
code_lang: metrics
type: multi-code-lang
code_lang_weight: 1
---
Metrics API content here
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Python Custom Instrumentation using the OpenTelemetry API
title: Traces
code_lang: traces
type: multi-code-lang
code_lang_weight: 0
---

{{< include-markdown "/tracing/trace_collection/custom_instrumentation/python/otel/" >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Ruby
type: multi-code-lang
external_redirect: /opentelemetry/instrument/api_support/ruby/traces
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Logs
code_lang: logs
type: multi-code-lang
code_lang_weight: 2
---
Logs API content here
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Metrics
code_lang: metrics
type: multi-code-lang
code_lang_weight: 1
---
Metrics API content here
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Ruby Custom Instrumentation using the OpenTelemetry API
title: Traces
code_lang: traces
type: multi-code-lang
code_lang_weight: 0
---

{{< include-markdown "/tracing/trace_collection/custom_instrumentation/ruby/otel/" >}}
Loading