You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the metric adapter in Kubernets and there it might start before Hasura is ready. In that case I get the following error:
thread 'main' panicked at 'no entry found for key', src/collectors/event_triggers.rs:122:20
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Some metrics are then not visible (e.g. hasura_successful_event_triggers), even after Hasura started. In Kubernetes I found no way to start the adapter after Hasura to mitigate this problem. When using HASURA_GRAPHQL_ENDPOINT with a domain and restarting the deployment it seems to work as it connects with the old Hasura instance before it starts the new one. However this is unreliable in case the pod crashes.
I am using Version 0.2.1 (can't use 0.3.0, as I don't have an OTel collector and found no way to disable it).
The text was updated successfully, but these errors were encountered:
I am using the metric adapter in Kubernets and there it might start before Hasura is ready. In that case I get the following error:
Some metrics are then not visible (e.g.
hasura_successful_event_triggers
), even after Hasura started. In Kubernetes I found no way to start the adapter after Hasura to mitigate this problem. When usingHASURA_GRAPHQL_ENDPOINT
with a domain and restarting the deployment it seems to work as it connects with the old Hasura instance before it starts the new one. However this is unreliable in case the pod crashes.I am using Version
0.2.1
(can't use0.3.0
, as I don't have an OTel collector and found no way to disable it).The text was updated successfully, but these errors were encountered: