getsentry / getsentry/sentry-ruby

Support cockroach db metadata in ActiveRecordSubscriber

Aperta
#2,110 0 commenti 0 reazioni 1 assegnatario Rivendicata da @sl0thentr0py Vedi su GitHub
Feature Good First Issue Ruby Spans
Lingua principale
Ruby
Stelle
987
Fork
541
Merge medio
17h 40m
PR unite (30g)
19

Descrizione

We use the cockroachdb

Gem: https://github.com/cockroachdb/activerecord-cockroachdb-adapter

database.yml
```
development:
adapter: cockroachdb
host: foo.bar.local
database: dev_db
user: root
port: 26257
pool: 25
disable_cockroachdb_telemetry: true
```

docker-compose.yml
```
version: "2"
services:
db:
image: cockroachdb/cockroach:v22.2.10
command: start-single-node --insecure
ports:
- "26257:26257"
- "8081:8080"
volumes:
- database:/cockroach/cockroach-data

volumes:
database:
```

_Originally posted by @Piioo in https://github.com/getsentry/sentry-ruby/issues/2109#issuecomment-1725879544_

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.