Skip to content

Commit ad272d2

Browse files
committed
drop regular profiling
Signed-off-by: Florian Lehner <[email protected]>
1 parent aefd6cf commit ad272d2

File tree

2 files changed

+0
-58
lines changed

2 files changed

+0
-58
lines changed

changelog/fragments/1758791900-edot-profiling-docs.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/reference/edot-collector/config/configure-profiles-collection.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -27,32 +27,6 @@ OpenTelemetry profiling is still under active development. Refer to [The State o
2727
Follow these steps to turn on profiles collection through the EDOT Collector.
2828

2929
:::::{stepper}
30-
::::{step} Set up Universal Profiling
31-
Universal Profiling must be set up before profiles can be ingested and visualized.
32-
33-
To set up Universal Profiling, go to **Observability** in Kibana and then to **Infrastructure** > **Universal Profiling**. If it's not yet configured, select **Set up Universal Profiling** and follow the instructions.
34-
35-
:::{note}
36-
The setup dialog doesn't appear if Universal Profiling is already configured.
37-
:::
38-
::::
39-
40-
::::{step} Full profiles collection
41-
For full profiles collection and reporting, use this Collector configuration:
42-
43-
```yaml
44-
receivers:
45-
profiling:
46-
SamplesPerSecond: 19
47-
48-
service:
49-
pipelines:
50-
profiles:
51-
receivers: [ profiling ]
52-
exporters: [ elasticsearch ]
53-
```
54-
::::
55-
5630
::::{step} Activate profiling in the Collector
5731
To activate profiling in the EDOT Collector, start it using the additional argument `--feature-gates=service.profilesSupport`.
5832

0 commit comments

Comments
 (0)