Skip to content

Commit

Permalink
edit pass
Browse files Browse the repository at this point in the history
  • Loading branch information
kayayarai committed Feb 17, 2022
1 parent 746d5ce commit 87b7eec
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions content/en/tracing/profiler/enabling/dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Datadog .NET Profiler is currently in public beta. Datadog recommends evaluating
- Windows 10
- Windows Server starting from version 2012

Continuous Profiler is not supported on serverless platforms, such as AWS Lambda.

**Supported .NET runtimes:**

64-bit applications running on:
Expand All @@ -41,8 +43,6 @@ Datadog .NET Profiler is currently in public beta. Datadog recommends evaluating

Any language that targets the .NET runtime, such as C#, F#, and Visual Basic.

Profiling is not supported on serverless platforms.

## Installation

<div class="alert alert-warning">
Expand Down
2 changes: 1 addition & 1 deletion content/en/tracing/profiler/enabling/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The profiler is shipped within Datadog tracing libraries. If you are already usi

The Datadog Profiler requires Go 1.12+.

Profiling is not supported on serverless platforms.
Continuous Profiler is not supported on serverless platforms, such as AWS Lambda.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion content/en/tracing/profiler/enabling/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The Datadog Profiler requires [JDK Flight Recorder][2]. The Datadog Profiler lib

All JVM-based languages, such as Java, Scala, Groovy, Kotlin, and Clojure are supported.

Profiling is not supported on serverless platforms.
Continuous Profiler is not supported on serverless platforms, such as AWS Lambda.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion content/en/tracing/profiler/enabling/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The Datadog Profiler for Linux lets you collect profile data for applications ru

The Datadog Profiler requires Linux kernel v4.17+ on an `amd64` compatible processor. It does not support macOS, BSD, Windows, or other operating systems besides Linux v4.17 or later.

Profiling is not supported on serverless platforms.
Continuous Profiler is not supported on serverless platforms, such as AWS Lambda.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion content/en/tracing/profiler/enabling/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The profiler is shipped within Datadog tracing libraries. If you are already usi

The Datadog Profiler requires at least Node.js 12, but Node.js 16 or higher is recommended. **If you use a version of Node.js earlier than 16, some applications see tail latency spikes every minute when starting the next profile.**

Profiling is not supported on serverless platforms.
Continuous Profiler is not supported on serverless platforms, such as AWS Lambda.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion content/en/tracing/profiler/enabling/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Version 3.13 or newer of Alpine Linux is required because the profiler is built
{{% /tab %}}
{{< /tabs >}}

Profiling is not supported on serverless platforms.
Continuous Profiler is not supported on serverless platforms, such as AWS Lambda.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion content/en/tracing/profiler/enabling/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The following profiling features are available depending on your Python version:
| Lock profiling | Python >= 2.7 |
| Memory profiling | Python >= 3.5 |

Profiling is not supported on serverless platforms.
Continuous Profiler is not supported on serverless platforms, such as AWS Lambda.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion content/en/tracing/profiler/enabling/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The profiler is shipped within Datadog tracing libraries. If you are already usi

The Datadog Profiler requires MRI Ruby 2.1+. **Wall time profiling is available for users on every platform (including macOS and Windows), but CPU time profiles are currently only available on Linux platforms**.

Profiling is not supported on serverless platforms.
Continuous Profiler is not supported on serverless platforms, such as AWS Lambda.

## Installation

Expand Down

0 comments on commit 87b7eec

Please sign in to comment.