Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 12 additions & 23 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,6 @@ name: "🐞 Bug Report"
description: "Tell us about something that's not working the way we (probably) intend."
labels: ["kind/bug", "state/triage"]
body:
- type: "dropdown"
id: "platform"
validations:
required: true
attributes:
label: "What platforms are affected?"
multiple: true
options:
- "linux"
- "macos"
- "windows"
- "others"
- type: "dropdown"
id: "arch"
validations:
required: true
attributes:
label: "What architectures are affected?"
multiple: true
options:
- "amd64"
- "arm64"
- "others"
- type: "textarea"
id: "version"
validations:
Expand All @@ -42,6 +19,18 @@ body:
placeholder: |-
1. --datastore-engine=...
2. --enable-experimental-watchable-schema-cache=...

SpiceDB emits a log line with `message: configuration` printing them all out.
- type: "textarea"
id: "config"
validations:
required: false
attributes:
label: "Any other details?"
placeholder: |-
- `zed schema read` will print the schema. This is helpful to debug some correctness and performance issues.
- What traffic was SpiceDB getting at the time of the event? (e.g. 100 RPS for `CheckPermissions` via the zed client)
- What environment are you running in? (e.g. Kubernetes, ECS, etc.)
- type: "textarea"
id: "repro"
validations:
Expand Down
2 changes: 1 addition & 1 deletion development/grafana/dashboards/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1933,7 +1933,7 @@
"uid": "prometheus"
},
"editorMode": "code",
"expr": "rate(crdb_client_resets_count{job=\"spicedb\",instance=~\"$instance\"}[$__rate_interval])",
"expr": "rate(crdb_client_resets_sum{job=\"spicedb\",instance=~\"$instance\"}[$__rate_interval])",
"legendFormat": "resets/sec ({{instance}})",
"range": true,
"refId": "A"
Expand Down
Loading