Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ext-xmlreader": "*",
"ext-xmlwriter": "*",
"ext-zlib": "*",
"composer-runtime-api": "^2.1",
"composer-runtime-api": "^2.0",
"async-aws/s3": "^2.6",
"brick/math": "^0.11 || ^0.12 || ^0.13 || ^0.14",
"coduo/php-humanizer": "^5.0",
Expand Down
1 change: 1 addition & 0 deletions docker/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
otel-collector-dev-config.yaml
signoz/
3 changes: 3 additions & 0 deletions documentation/components/core/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,8 @@ For detailed information about specific DataFrame operations, see the following
### Reliability & Recovery
- **[Retry Mechanisms](/documentation/components/core/retry.md)** - Automatic retry for transient failures

### Observability
- **[Telemetry](/documentation/components/core/telemetry.md)** - Distributed tracing, metrics, and logging integration

### Output & Display
- **[Display](/documentation/components/core/display.md)** - Data visualization and output
Loading
Loading