You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`AlwaysOnSampler`|`flow-php/telemetry`| Records all traces |
109
+
|`AlwaysOffSampler`|`flow-php/telemetry`| Records no traces |
110
+
|`TraceIdRatioBasedSampler`|`flow-php/telemetry`| Records a configurable percentage of traces |
111
+
|`ParentBasedSampler`|`flow-php/telemetry`| Inherits sampling decision from parent span context |
111
112
|`AttributeMatchingSampler`|`flow-php/telemetry`| Drops spans matching an `AttributeFilter` (start-time attributes), defers the rest to a delegate sampler |
112
113
113
114
---
@@ -168,13 +169,13 @@ Processes log records from loggers. Determines how logs are buffered and when th
168
169
(marker interface extending `LogProcessor`) identifies the terminal/leaf processors; `PipelineLogProcessor` runs an
169
170
ordered chain of `LogMiddleware` and forwards survivors to one `LogSink`.
Copy file name to clipboardExpand all lines: src/bridge/monolog/telemetry/tests/Flow/Bridge/Monolog/Telemetry/Tests/Integration/TelemetryHandlerIntegrationTest.php
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,9 @@ public function test_logs_after_span_completion_have_no_trace_context(): void
Copy file name to clipboardExpand all lines: src/bridge/phpunit/telemetry/src/Flow/Bridge/PHPUnit/Telemetry/Subscriber/TestPreparationStartedSubscriber.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,8 @@ public function notify(PreparationStarted $event): void
0 commit comments