@emeryld/obs-stack
Advanced tools
@@ -28,9 +28,9 @@ receivers: | ||
| # If body is scalar, wrap it in a map | ||
| - set(body, {"message": body}) where IsString(body) or IsNumeric(body) or IsBool(body) | ||
| - 'set(body, {"message": body}) where IsString(body) or IsNumeric(body) or IsBool(body)' | ||
| # Merge log attributes into the body so Grafana can parse them as fields | ||
| - merge_maps(body, attributes) | ||
| - 'merge_maps(body, attributes)' | ||
| # Merge resource attributes too (service_name/environment/etc.) | ||
| - merge_maps(body, resource.attributes) | ||
| - 'merge_maps(body, resource.attributes)' | ||
@@ -37,0 +37,0 @@ # Only label low-cardinality fields for Loki. |
+1
-1
| { | ||
| "name": "@emeryld/obs-stack", | ||
| "version": "0.2.2", | ||
| "version": "0.2.3", | ||
| "description": "Docker Compose-based Grafana + Tempo + Loki + OpenTelemetry Collector stack", | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
43371
0.01%