rsnext/scripts
Tim Neutkens a5bfc1eecc
Simplify trace span id generation (#32946)
Uses a simple counter for span ids, previously these required to be randomly generated but I've changed the importer script to ensure it gets prepended `0`s to make sure it gets to 16 characters which Jaeger requires.



## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
2022-01-02 21:22:01 +00:00
..
send-trace-to-jaeger Simplify trace span id generation (#32946) 2022-01-02 21:22:01 +00:00
check-examples.sh Add ci script to check examples (#28009) 2021-08-14 13:34:40 -05:00
check-manifests.js Ensure manifests check has correct exit code on fail (#29183) 2021-09-17 11:30:54 -05:00
check-pre-compiled.bat fixes to allow lazy compilation for import() (#32441) 2021-12-14 11:33:04 +01:00
check-pre-compiled.sh fixes to allow lazy compilation for import() (#32441) 2021-12-14 11:33:04 +01:00
fetch-tags.mjs Update only fetch all tags for publish commits (#32337) 2021-12-09 16:36:18 -06:00
install-native.mjs Skip next-swc canary postinstall in CI (#30916) 2021-11-03 16:43:31 -05:00
next-with-deps.sh Update repo scripts to separate folder (#26787) 2021-07-01 13:41:27 +02:00
publish-native.js Extract next-swc Rust code into its own package (#31635) 2021-11-21 12:59:56 +01:00
publish-release.sh Fix lerna publish for automation token (#28750) 2021-09-02 19:08:16 -04:00
release-stats.sh Update repo scripts to separate folder (#26787) 2021-07-01 13:41:27 +02:00
setup-wasm.mjs Chore/load bindings improvements (#32191) 2021-12-07 11:14:38 +01:00
test-pnp.sh Fix test-pnp stalling in CI (#31282) 2021-11-11 11:56:12 +01:00
trace-next-server.js Update tracing to collect from reasons (#29975) 2021-10-18 17:01:02 +00:00
trace-to-tree.mjs add trace-to-tree script to allow to visualize traces on the commandline (#29942) 2021-10-15 14:25:56 +00:00