mirror of
https://github.com/ProtonMail/go-proton-api.git
synced 2025-12-23 15:47:52 -05:00
feat(BRIDGE-396): extended observability metric type definition
This commit is contained in:
committed by
Atanas Janeshliev
parent
bf97394725
commit
7525f013dd
@@ -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.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user