Skip to content

Commit 2e08126

Browse files
committed
Remove preview wording from dotnet-trace collect-linux
1 parent 8cdc721 commit 2e08126

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

docs/core/diagnostics/dotnet-trace.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: dotnet-trace diagnostic tool - .NET CLI
33
description: Learn how to install and use the dotnet-trace CLI tool to collect .NET traces of a running process without the native profiler, by using the .NET EventPipe.
4-
ms.date: 07/09/2026
4+
ms.date: 08/21/2026
55
ms.topic: reference
66
ms.custom: sfi-ropc-nochange
77
ai-usage: ai-assisted
@@ -299,9 +299,6 @@ dotnet-trace collect
299299
300300
## dotnet-trace collect-linux
301301

302-
> [!NOTE]
303-
> The `collect-linux` verb is a new preview feature and relies on an updated version of the .nettrace file format. The latest PerfView release supports these trace files, but other ways of using the trace file, such as [`convert`](#dotnet-trace-convert) and [`report`](#dotnet-trace-report), might not work yet.
304-
305302
Collects diagnostic traces using perf_events, a Linux OS technology. `collect-linux` enables the following additional features over [`collect`](#dotnet-trace-collect).
306303

307304
| Feature | `collect` | `collect-linux` |
@@ -740,12 +737,6 @@ This example captures CPU samples for all processes on the machine. Any processe
740737

741738
```output
742739
$ sudo dotnet-trace collect-linux
743-
==========================================================================================
744-
The collect-linux verb is a new preview feature and relies on an updated version of the
745-
.nettrace file format. The latest PerfView release supports these trace files but other
746-
ways of using the trace file may not work yet. For more details, see the docs at
747-
https://learn.microsoft.com/dotnet/core/diagnostics/dotnet-trace.
748-
==========================================================================================
749740
No providers, profiles, ClrEvents, or PerfEvents were specified, defaulting to trace profiles 'dotnet-common' + 'cpu-sampling'.
750741
751742
Provider Name Keywords Level Enabled By
@@ -769,12 +760,6 @@ For environments with multiple .NET versions installed, running `collect-linux`
769760

770761
```output
771762
$ dotnet-trace collect-linux --probe
772-
==========================================================================================
773-
The collect-linux verb is a new preview feature and relies on an updated version of the
774-
.nettrace file format. The latest PerfView release supports these trace files but other
775-
ways of using the trace file may not work yet. For more details, see the docs at
776-
https://learn.microsoft.com/dotnet/core/diagnostics/dotnet-trace.
777-
==========================================================================================
778763
Probing .NET processes for support of the EventPipe UserEvents IPC command used by collect-linux. Requires runtime '10.0.0' or later.
779764
.NET processes that support the command:
780765
3802935 MyApp

0 commit comments

Comments
 (0)