summaryrefslogtreecommitdiffstats
path: root/health/health.h
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2024-01-15 20:31:23 +0200
committerGitHub <noreply@github.com>2024-01-15 20:31:23 +0200
commit1973e70b62f75bc11dfdc8cb7c6ca1fd3d3f10fc (patch)
treecaf0889053853db0e34fc6034842405f70468307 /health/health.h
parent10721be4ec3feaf72ff45856a7c447fe95a4b435 (diff)
Use original summary for alert transition (#16793)
Use original summary for alert Fetch transaction and global id for transitions safely
Diffstat (limited to 'health/health.h')
-rw-r--r--health/health.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/health/health.h b/health/health.h
index ef24624465..a107500b3b 100644
--- a/health/health.h
+++ b/health/health.h
@@ -106,5 +106,6 @@ void health_string2json(BUFFER *wb, const char *prefix, const char *label, const
void health_log_alert_transition_with_trace(RRDHOST *host, ALARM_ENTRY *ae, int line, const char *file, const char *function);
#define health_log_alert(host, ae) health_log_alert_transition_with_trace(host, ae, __LINE__, __FILE__, __FUNCTION__)
+bool health_alarm_log_get_global_id_and_transition_id_for_rrdcalc(RRDCALC *rc, usec_t *global_id, uuid_t *transitions_id);
#endif //NETDATA_HEALTH_H