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
As with other first class concepts in zilla.yaml, such as vaults and guards, we need a general concept of logs, independent of how they are stored locally or transmitted remotely, with more specific implementation for observability standards such as OpenTelemetry.
This can be used to detect Zilla internal errors triggered by external system inconsistencies, such as
TCP server name not found (DNS)
Kafka broker unreachable (network)
Kafka topic name mismatch
Kafka topic permissions
Kafka topic message key required
etc
The text was updated successfully, but these errors were encountered:
As with other first class concepts in
zilla.yaml
, such asvaults
andguards
, we need a general concept oflogs
, independent of how they are stored locally or transmitted remotely, with more specific implementation for observability standards such as OpenTelemetry.This can be used to detect Zilla internal errors triggered by external system inconsistencies, such as
The text was updated successfully, but these errors were encountered: