Skip to content

Commit bfcc570

Browse files
committed
added headbased sampling to features list
Signed-off-by: Alexander Wert <alexander.wert@elastic.co>
1 parent f26088c commit bfcc570

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

docs/_edot-sdks/features.yml

+24
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,30 @@ features:
2323
iOS:
2424
status: ga
2525
min_version: 1.0
26+
- name: Head-based Sampling
27+
link: https://opentelemetry.io/docs/concepts/sampling/#head-sampling
28+
min_stack_version:
29+
.NET:
30+
status:
31+
min_version:
32+
Java:
33+
status:
34+
min_version:
35+
Node.js:
36+
status:
37+
min_version:
38+
PHP:
39+
status:
40+
min_version:
41+
Python:
42+
status:
43+
min_version:
44+
Android:
45+
status:
46+
min_version:
47+
iOS:
48+
status:
49+
min_version:
2650
- name: Logs Collection & Correlation
2751
link: https://opentelemetry.io/docs/specs/otel/logs/#log-correlation
2852
min_stack_version:

docs/_edot-sdks/index.md

+25
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,31 @@ For languages for which Elastic does not offer its own distribution, we recommen
110110
<div class="tooltiptext">'Distributed Tracing' is available in EDOT iOS since version 1.0</div>
111111
</td>
112112
</tr>
113+
<!-- Feature: Head-based Sampling -->
114+
<tr>
115+
<td class="f"><a href="https://opentelemetry.io/docs/concepts/sampling/#head-sampling">Head-based Sampling</a></td>
116+
<td class="s tooltip"> <!-- .NET -->
117+
<div></div>
118+
</td>
119+
<td class="s tooltip"> <!-- Java -->
120+
<div></div>
121+
</td>
122+
<td class="s tooltip"> <!-- Node.js -->
123+
<div></div>
124+
</td>
125+
<td class="s tooltip"> <!-- PHP -->
126+
<div></div>
127+
</td>
128+
<td class="s tooltip"> <!-- Python -->
129+
<div></div>
130+
</td>
131+
<td class="s tooltip"> <!-- Android -->
132+
<div></div>
133+
</td>
134+
<td class="s tooltip"> <!-- iOS -->
135+
<div></div>
136+
</td>
137+
</tr>
113138
<!-- Feature: Logs Collection & Correlation -->
114139
<tr>
115140
<td class="f"><a href="https://opentelemetry.io/docs/specs/otel/logs/#log-correlation">Logs Collection & Correlation</a></td>

0 commit comments

Comments
 (0)