Open jeremydmiller opened 1 year ago
Would be great to have those metrics working. Need to monitor the inbox/outbox counters while troubleshooting the messages not being processed timely.
Sorry Denys, these are getting bounced back to 4.0:(
Also, add this back to the docs:
| wolverine-inbox-count | [Observable Gauge](https://opentelemetry.io/docs/reference/specification/metrics/api/#asynchronous-gauge) | Samples the number of pending envelopes in the durable inbox (likely to change) |
| wolverine-outbox-count | Observable Gauge | Samples the number of pending envelopes in the durable outbox (likely to change) |
| wolverine-scheduled-count | Observable Gauge | Samples the number of pending scheduled envelopes in the durable inbox (likely to change) |
The metrics sampling for the inbox/outbox is gonna go all to hell with multi-tenancy. Just bring it back per database later.
See: