feat(BRIDGE-396): extended observability metric type definition

This commit is contained in:
ElectroNafta
2025-07-11 13:18:30 +02:00
committed by Atanas Janeshliev
parent bf97394725
commit 7525f013dd

View File

@@ -9,4 +9,6 @@ type ObservabilityMetric struct {
Version int `json:"Version"`
Timestamp int64 `json:"Timestamp"` // Unix timestamp
Data interface{} `json:"Data"`
ShouldCache bool `json:"-"` // Internal field, indicating whether we should cache the given observability metric.
}