@zyno-io/devtool-otel 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cli.mjs CHANGED
@@ -29,7 +29,7 @@ async function up() {
29
29
  });
30
30
 
31
31
  console.log(
32
- `\nOpenTelemetry setup:\nexport OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318\n\nLoki push API:\nhttp://localhost:3100\n\nYou can now access Grafana at:\nhttp://localhost:3200/explore\n`
32
+ `\nOpenTelemetry setup:\nexport OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318\n\nLoki push API:\nhttp://localhost:3100\n\nYou can now access Grafana at:\nhttp://localhost:3200/explore\n\nTo stop the setup, run:\nnpx @zyno-io/devtool-otel down\n`
33
33
  );
34
34
  }
35
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zyno-io/devtool-otel",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "One-liner to start/stop local OpenTelemetry tools for development",
5
5
  "main": "cli.mjs",
6
6
  "bin": "./cli.mjs",
@@ -25,10 +25,6 @@ ingester:
25
25
  trace_idle_period: 5s
26
26
  max_block_duration: 30s
27
27
 
28
- compactor:
29
- compaction:
30
- block_retention: 24h
31
-
32
28
  storage:
33
29
  trace:
34
30
  backend: local