Tabeisshi
Improvements:
- Add support for collecting some metrics Kubernetes when running in a CRI runtime.
Bug fixes:
- Ensure pod digest which we calculate and use to determine if pod info in the Kubernetes monitor has changed is deterministic and doesn't depend on dictionary item ordering.
- Fix a race condition in the worker session checkpoint read/write logic, which was introduced with the
multi-workerfeature.
Other:
- Changed the logging level of "not found" errors while querying pods from the Kubernetes API from ERROR to DEBUG, as these errors are always transient and result in no data loss.