mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-06 13:43:09 -06:00
More tweaks, as ever
This commit is contained in:
parent
df9a57a84b
commit
9c4c5c78ed
|
|
@ -97,7 +97,7 @@ To save waiting for CI to finish after every commit, it is ideal to run the
|
|||
checks locally before pushing, fixing errors first. This also saves other people
|
||||
time as only so many PRs can be tested at a given time.
|
||||
|
||||
To execute what Buildkite tests, first run `./build/scripts/build-test-lint.sh`; this
|
||||
To execute what CI tests, first run `./build/scripts/build-test-lint.sh`; this
|
||||
script will build the code, lint it, and run `go test ./...` with race condition
|
||||
checking enabled. If something needs to be changed, fix it and then run the
|
||||
script again until it no longer complains. Be warned that the linting can take a
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 258 KiB |
|
|
@ -1,13 +1,12 @@
|
|||
---
|
||||
title: Setup
|
||||
parent: Opentracing
|
||||
grand_parent: Development
|
||||
permalink: /development/opentracing/setup
|
||||
---
|
||||
|
||||
## OpenTracing Setup
|
||||
|
||||

|
||||
|
||||
Dendrite uses [Jaeger](https://www.jaegertracing.io/) for tracing between microservices.
|
||||
Tracing shows the nesting of logical spans which provides visibility on how the microservices interact.
|
||||
This document explains how to set up Jaeger locally on a single machine.
|
||||
|
|
|
|||
Loading…
Reference in a new issue