@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 +1 -1
- package/package.json +1 -1
- package/resources/tempo.yaml +0 -4
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