start dev environment
identity: local
host setup
127.0.0.1 local-cloud.scytta.com
127.0.0.1 local.scytta.com
127.0.0.1 local-scytta.com
127.0.0.1 cloud.local-scytta.com
127.0.0.1 mockbox.com
127.0.0.1 postgres.mockbox.com
127.0.0.1 redis.mockbox.com
- rustls requires some other dependencies and it may result in
aws-lc-sys
compile errors
To restart the postgres machine and server:
- optionally
fly auth login
fly checks list -a shine-db
fly machine start ...
These are the most frequently used cargo extensions in the shine project:
cargo install cargo-outdated
cargo install cargo-tree
cargo install trunk
Set up telemetry configuration:
{
"telemetry": {
"tracing": {
"type": "openTelemetryProtocol",
"endpoint": "http://localhost:4317"
}
}
}
Web view:
# Run jaeger in background with OTLP ingestion enabled.
$ docker run -d -p16686:16686 -p4317:4317 -e COLLECTOR_OTLP_ENABLED=true jaegertracing/all-in-one:latest
# View spans
$ firefox http://localhost:16686/