Skip to content

Commit

Permalink
fix READ_STOPPED_CONTAINER_ALARM missing text (#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyuuttaaoo authored Jan 22, 2024
1 parent 1638576 commit 129fc02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/monitor/LogtailAlarm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion docs/cn/installation/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 129fc02

Please sign in to comment.