Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…2040) Part 1 of #2020 This PR enables local testing of otel metric changes/additions. To use: In tab 1, run `just otel-stream`. In tab 2, run `just otel-dev`. You can pass in any args you'd run `ftl dev` with (e.g. `--recreate`). If you set `--log-level=DEBUG`, you should see `OTEL is enabled, exporting to localhost:4317` in your output. Any signals you trigger to log at this point should appear in the streaming output of tab 1. When you're done, kill the `dev` command and then run `just otel-stop` in any tab other than tab 1.
- Loading branch information