Skip to content

Commit

Permalink
responding to feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
cswatt committed Dec 11, 2024
1 parent ec51c35 commit eb51b82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You can also create a subdirectory, such as `/home/LogFiles/myapp`, if you want
To set up logging in your application, see [Node.js Log Collection][3]. To set up trace log correlation, see [Correlating Node.js Logs and Traces][4].

[1]: /tracing/trace_collection/automatic_instrumentation/dd_libraries/nodejs/#getting-started
[2]: https://docs.datadoghq.com/metrics/custom_metrics/dogstatsd_metrics_submission/#code-examples
[2]: /metrics/custom_metrics/dogstatsd_metrics_submission/?code-lang=nodejs#code-examples
[3]: /logs/log_collection/nodejs/?tab=winston30
[4]: /tracing/other_telemetry/connect_logs_and_traces/nodejs
{{% /tab %}}
Expand All @@ -54,7 +54,7 @@ You can also create a subdirectory, such as `/home/LogFiles/myapp`, if you want
To set up logging in your application, see [Node.js Log Collection][3]. To set up trace log correlation, see [Correlating Node.js Logs and Traces][4].

[1]: /tracing/trace_collection/automatic_instrumentation/dd_libraries/python
[2]: https://docs.datadoghq.com/metrics/custom_metrics/dogstatsd_metrics_submission/#code-examples
[2]: /metrics/custom_metrics/dogstatsd_metrics_submission/?code-lang=python#code-examples
[3]: /logs/log_collection/python/
[4]: /tracing/other_telemetry/connect_logs_and_traces/python
{{% /tab %}}
Expand All @@ -73,7 +73,7 @@ You can also create a subdirectory, such as `/home/LogFiles/myapp`, if you want
To set up logging in your application, see [Node.js Log Collection][3]. To set up trace log correlation, see [Correlating Node.js Logs and Traces][4].

[1]: /tracing/trace_collection/automatic_instrumentation/dd_libraries/java/#getting-started
[2]: https://docs.datadoghq.com/metrics/custom_metrics/dogstatsd_metrics_submission/#code-examples
[2]: /metrics/custom_metrics/dogstatsd_metrics_submission/?code-lang=java#code-examples
[3]: /logs/log_collection/java/?tab=winston30
[4]: /tracing/other_telemetry/connect_logs_and_traces/java
{{% /tab %}}
Expand All @@ -92,7 +92,7 @@ You can also create a subdirectory, such as `/home/LogFiles/myapp`, if you want
To set up logging in your application, see [Node.js Log Collection][3]. To set up trace log correlation, see [Correlating Node.js Logs and Traces][4].

[1]: /tracing/trace_collection/automatic_instrumentation/dd_libraries/go
[2]: https://docs.datadoghq.com/metrics/custom_metrics/dogstatsd_metrics_submission/#code-examples
[2]: /metrics/custom_metrics/dogstatsd_metrics_submission/?code-lang=go#code-examples
[3]: /logs/log_collection/go/
[4]: /tracing/other_telemetry/connect_logs_and_traces/go
{{% /tab %}}
Expand All @@ -111,7 +111,7 @@ You can also create a subdirectory, such as `/home/LogFiles/myapp`, if you want
To set up logging in your application, see [Node.js Log Collection][3]. To set up trace log correlation, see [Correlating Node.js Logs and Traces][4].

[1]: /tracing/trace_collection/automatic_instrumentation/dd_libraries/php/#getting-started
[2]: https://docs.datadoghq.com/metrics/custom_metrics/dogstatsd_metrics_submission/#code-examples
[2]: /metrics/custom_metrics/dogstatsd_metrics_submission/?code-lang=php#code-examples
[3]: /logs/log_collection/php/
[4]: /tracing/other_telemetry/connect_logs_and_traces/php
{{% /tab %}}
Expand Down
2 changes: 1 addition & 1 deletion content/en/serverless/guide/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cascade:
{{< /whatsnext >}}

{{< whatsnext desc="Azure App Service and Container Apps" >}}
{{< nextlink href="/serverless/guide/azure_app_service_linux_sidecar" >}}Instrumenting Linux containers on Azure App Service using Azure Sidecar{{< /nextlink >}}
{{< nextlink href="/serverless/guide/azure_app_service_linux_containers_serverless_init" >}}Instrument Azure App Service with serverless-init - Linux Containers{{< /nextlink >}}
{{< /whatsnext >}}

## Install using the Datadog Forwarder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This instrumentation method uses `serverless-init` and provides the following ad
- Customized APM service and trace views showing relevant Azure App Service metrics and metadata.
- Support for manual APM instrumentation to customize spans.
- `Trace_ID` injection into application logs.
- Support for submitting custom metrics using [DogStatsD][1].
- Support for submitting custom metrics using DogStatsD.

### Prerequisites

Expand Down Expand Up @@ -129,7 +129,7 @@ If you are not receiving traces or custom metric data as expected, enable **App

{{< img src="serverless/azure_app_service/app-service-logs.png" style="width:100%;" >}}

Share the content of the **Log stream** with [Datadog Support][14].
Share the content of the **Log stream** with [Datadog Support][17].

## Further reading

Expand All @@ -152,3 +152,4 @@ Share the content of the **Log stream** with [Datadog Support][14].
[14]: /tracing/other_telemetry/connect_logs_and_traces/python
[15]: /tracing/other_telemetry/connect_logs_and_traces/go
[16]: /tracing/other_telemetry/connect_logs_and_traces/ruby
[17]: /help

0 comments on commit eb51b82

Please sign in to comment.