wasmCloud / lattice-observer

A reusable Elixir library for monitoring a lattice and deriving observed state
https://wasmcloud.com
Apache License 2.0
3 stars 2 forks source link

Removes dependence on instance ID for all monitoring logic #26

Closed autodidaddict closed 1 year ago

autodidaddict commented 1 year ago

Since instance ID will always be "n/a" on the new 0.60 heartbeats, this removes reliance on instance IDs for building the observed model.

autodidaddict commented 1 year ago

Testing methodology:

autodidaddict commented 1 year ago

Addresses #25