Skip to content

Commit

Permalink
docs: Add example of decision log error surfaced via status (#5745)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashutosh Narkar <[email protected]>
  • Loading branch information
ashutosh-narkar authored Mar 9, 2023
1 parent dadf43f commit ed97b78
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/content/management-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@ on the agent, updates will be sent to `/status`.
"type": "snapshot",
}
},
"decision_logs": {
"code": "decision_log_error",
"message": "Upload Failed",
"http_code": "400",
"metrics": {
"counter_decision_logs_dropped": "2",
"decision_logs_nd_builtin_cache_dropped": "1"
}
},
"plugins": {
"bundle": {
"state": "OK"
Expand Down

0 comments on commit ed97b78

Please sign in to comment.