Tracing
Instrument your main application with the dd-trace-js
library. See Tracing Node.js applications for instructions.
Metrics
Custom metrics are also collected through the tracer. See the code examples.
Logs
The Datadog sidecar uses file tailing to collect logs.
In Azure, add a volume mount to the sidecar container and your application containers using replica-scoped storage. Use type “Ephemeral storage” when creating your volume. The examples on this page use the volume name logs
and the mount path /LogFiles
.
To set up logging in your application, see Node.js Log Collection. To set up trace log correlation, see Correlating Node.js Logs and Traces.
Tracing
Instrument your main application with the dd-trace-py
library. See Tracing Python applications for instructions.
Metrics
Custom metrics are also collected through the tracer. See the code examples.
Logs
The Datadog sidecar uses file tailing to collect logs.
In Azure, add a volume mount to the sidecar container and your application containers using replica-scoped storage. Use type “Ephemeral storage” when creating your volume. The examples on this page use the volume name logs
and the mount path /LogFiles
.
To set up logging in your application, see Python Log Collection. To set up trace log correlation, see Correlating Python Logs and Traces.
Tracing
Instrument your main application with the dd-trace-java
library. See Tracing Java applications for instructions.
Metrics
Custom metrics are also collected through the tracer. See the code examples.
Logs
The Datadog sidecar uses file tailing to collect logs.
In Azure, add a volume mount to the sidecar container and your application containers using replica-scoped storage. Use type “Ephemeral storage” when creating your volume. The examples on this page use the volume name logs
and the mount path /LogFiles
.
To set up logging in your application, see Java Log Collection. To set up trace log correlation, see Correlating Java Logs and Traces.
Tracing
Instrument your main application with the dd-trace-go
library. See Tracing Go applications for instructions.
Metrics
Custom metrics are also collected through the tracer. See the code examples.
Logs
The Datadog sidecar uses file tailing to collect logs.
In Azure, add a volume mount to the sidecar container and your application containers using replica-scoped storage. Use type “Ephemeral storage” when creating your volume. The examples on this page use the volume name logs
and the mount path /LogFiles
.
To set up logging in your application, see Go Log Collection. To set up trace log correlation, see Correlating Go Logs and Traces.
Tracing
Instrument your main application with the dd-trace-dotnet
library. See Tracing .NET applications for instructions.
Metrics
Custom metrics are also collected through the tracer. See the code examples.
Logs
The Datadog sidecar uses file tailing to collect logs.
In Azure, add a volume mount to the sidecar container and your application containers using replica-scoped storage. Use type “Ephemeral storage” when creating your volume. The examples on this page use the volume name logs
and the mount path /LogFiles
.
To set up logging in your application, see .NET Log Collection. To set up trace log correlation, see Correlating .NET Logs and Traces.
Tracing
Instrument your main application with the dd-trace-php
library. See Tracing PHP applications for instructions.
Metrics
Custom metrics are also collected through the tracer. See the code examples.
Logs
The Datadog sidecar uses file tailing to collect logs.
In Azure, add a volume mount to the sidecar container and your application containers using replica-scoped storage. Use type “Ephemeral storage” when creating your volume. The examples on this page use the volume name logs
and the mount path /LogFiles
.
To set up logging in your application, see PHP Log Collection. To set up trace log correlation, see Correlating PHP Logs and Traces.