Skip to content

Commit 2c82301

Browse files
jackgopack4claude
andcommitted
[chore] add datadog extension to opentelemetry integrations menu
Add Datadog Extension to the OpenTelemetry integrations side panel navigation. The documentation was previously added but was missing from the menu configuration, making it inaccessible from the side navigation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 2f1db7b commit 2c82301

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

config/_default/menus/main.en.yaml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -810,51 +810,56 @@ menu:
810810
identifier: otel_health_metrics
811811
parent: otel_integrations
812812
weight: 803
813+
- name: Datadog Extension
814+
url: opentelemetry/integrations/datadog_extension/
815+
identifier: otel_datadog_extension
816+
parent: otel_integrations
817+
weight: 804
813818
- name: Docker Metrics
814819
url: opentelemetry/integrations/docker_metrics/
815820
identifier: otel_docker_metrics
816821
parent: otel_integrations
817-
weight: 804
822+
weight: 805
818823
- name: HAProxy Metrics
819824
url: opentelemetry/integrations/haproxy_metrics/
820825
identifier: otel_haproxy_metrics
821826
parent: otel_integrations
822-
weight: 805
827+
weight: 806
823828
- name: Host Metrics
824829
url: opentelemetry/integrations/host_metrics/
825830
identifier: otel_host_metrics
826831
parent: otel_integrations
827-
weight: 806
832+
weight: 807
828833
- name: IIS Metrics
829834
url: opentelemetry/integrations/iis_metrics/
830835
identifier: otel_iis_metrics
831836
parent: otel_integrations
832-
weight: 807
837+
weight: 808
833838
- name: Kafka Metrics
834839
url: opentelemetry/integrations/kafka_metrics/
835840
identifier: otel_kafka_metrics
836841
parent: otel_integrations
837-
weight: 808
842+
weight: 809
838843
- name: MySQL Metrics
839844
url: opentelemetry/integrations/mysql_metrics/
840845
identifier: otel_mysql_metrics
841846
parent: otel_integrations
842-
weight: 809
847+
weight: 810
843848
- name: NGINX Metrics
844849
url: opentelemetry/integrations/nginx_metrics/
845850
identifier: otel_nginx_metrics
846851
parent: otel_integrations
847-
weight: 810
852+
weight: 811
848853
- name: Runtime Metrics
849854
url: opentelemetry/integrations/runtime_metrics/
850855
identifier: otel_runtime_metrics
851856
parent: otel_integrations
852-
weight: 811
857+
weight: 812
853858
- name: Trace Metrics
854859
url: opentelemetry/integrations/trace_metrics/
855860
identifier: otel_trace_metrics
856861
parent: otel_integrations
857-
weight: 812
862+
weight: 813
858863
- name: Troubleshooting
859864
url: opentelemetry/troubleshooting/
860865
identifier: otel_troubleshooting

0 commit comments

Comments
 (0)