Skip to content

Commit 9448f11

Browse files
authored
Dataframe telemetry integraiton (#2198)
* feature: integrate telemetry with data frame - added TelemetryContext available through FlowContext - covered Transformers/Loaders with spans - covered DataFrame with spans - added TelemetryOptions to disable specific features - covered telemetry with optional metrics - adjusted Meter telemetry API to be more aligned with PHP lifecycle * chore: updated documentation
1 parent 9b81aea commit 9448f11

File tree

148 files changed

+4450
-747
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+4450
-747
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ext-xmlreader": "*",
2121
"ext-xmlwriter": "*",
2222
"ext-zlib": "*",
23-
"composer-runtime-api": "^2.1",
23+
"composer-runtime-api": "^2.0",
2424
"async-aws/s3": "^2.6",
2525
"brick/math": "^0.11 || ^0.12 || ^0.13 || ^0.14",
2626
"coduo/php-humanizer": "^5.0",

docker/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
otel-collector-dev-config.yaml
2+
signoz/

documentation/components/core/core.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,8 @@ For detailed information about specific DataFrame operations, see the following
116116
### Reliability & Recovery
117117
- **[Retry Mechanisms](/documentation/components/core/retry.md)** - Automatic retry for transient failures
118118

119+
### Observability
120+
- **[Telemetry](/documentation/components/core/telemetry.md)** - Distributed tracing, metrics, and logging integration
121+
119122
### Output & Display
120123
- **[Display](/documentation/components/core/display.md)** - Data visualization and output

0 commit comments

Comments
 (0)