We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional Telemetry events for the partitioned adapter, adding into the metadata the current cluster nodes. The events are:
telemetry_prefix ++ [:bootstrap, :started]
telemetry_prefix ++ [:bootstrap, :stopped]
telemetry_prefix ++ [:bootstrap, :exit]
telemetry_prefix ++ [:bootstrap, :joined]
The text was updated successfully, but these errors were encountered:
[#142] Add option :join_timeout to the partitioned adapter
:join_timeout
766a6a3
[#143] Additional Telemetry events for the partitioned adapter
No branches or pull requests
Additional Telemetry events for the partitioned adapter, adding into the metadata the current cluster nodes. The events are:
telemetry_prefix ++ [:bootstrap, :started]
- Dispatched by the adapter when the bootstrap process is started.telemetry_prefix ++ [:bootstrap, :stopped]
- Dispatched by the adapter when the bootstrap process is stopped.telemetry_prefix ++ [:bootstrap, :exit]
- Dispatched by the adapter when the bootstrap has received an exit signal.telemetry_prefix ++ [:bootstrap, :joined]
- Dispatched by the adapter when the bootstrap has joined the cache to the cluster.The text was updated successfully, but these errors were encountered: