diff --git a/core/monitor/LogtailAlarm.cpp b/core/monitor/LogtailAlarm.cpp index 47c39d4987..289a624271 100644 --- a/core/monitor/LogtailAlarm.cpp +++ b/core/monitor/LogtailAlarm.cpp @@ -96,6 +96,7 @@ LogtailAlarm::LogtailAlarm() { mMessageType[LOG_GROUP_WAIT_TOO_LONG_ALARM] = "LOG_GROUP_WAIT_TOO_LONG_ALARM"; mMessageType[CHECKPOINT_V2_ALARM] = "CHECKPOINT_V2_ALARM"; mMessageType[EXACTLY_ONCE_ALARM] = "EXACTLY_ONCE_ALARM"; + mMessageType[READ_STOPPED_CONTAINER_ALARM] = "READ_STOPPED_CONTAINER_ALARM"; mMessageType[MULTI_OBSERVER_ALARM] = "MULTI_OBSERVER_ALARM"; mMessageType[OBSERVER_INIT_ALARM] = "OBSERVER_INIT_ALARM"; mMessageType[OBSERVER_RUNTIME_ALARM] = "OBSERVER_RUNTIME_ALARM"; diff --git a/docs/cn/installation/release-notes.md b/docs/cn/installation/release-notes.md index 3115530513..d803a5d5b4 100644 --- a/docs/cn/installation/release-notes.md +++ b/docs/cn/installation/release-notes.md @@ -60,4 +60,4 @@ docker pull sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/ilogtail-communi ## 1.x版本 -[发布记录(1.x版本)](release-notes-1.md) +[发布记录(1.x版本)](./release-notes-1.md)