You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a docker-compose project that includes the OpenTelemetry configuration and tech stack that can be run in local environment for testing purposes:
122
122
123
123
```bash
124
-
cd infra/opentelemetry
125
-
docker-compose up
124
+
docker-compose -f infra/opentelemetry/compose.yaml up -d
126
125
```
127
126
127
+
After the services are running, a sample dashboard could be obtained from the (Grafana)[http://localhost:9010] local service.
128
+
128
129
## `rustfmt`
129
130
130
131
We use a couple of nightly-only rustfmt features. The easiest way to get these is:
0 commit comments