getsentry / getsentry/sentry-ruby

Support cockroach db metadata in ActiveRecordSubscriber

Ouverte
#2,110 0 commentaires 0 réactions 1 personne assignée Réclamée par @sl0thentr0py Voir sur GitHub
Feature Good First Issue Ruby Spans
Langage dominant
Ruby
Étoiles
987
Forks
541
Merge moyen
17 h 40 min
PR mergées (30 j)
19

Description

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_

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.