Logo
Explore Help
Register Sign In
External/signoz
1
0
Fork 0
You've already forked signoz
mirror of https://github.com/SigNoz/signoz.git synced 2025-12-18 07:56:56 +00:00
Code Issues Packages Projects Releases Wiki Activity
signoz/pkg/alertmanager/alertmanagerbatcher/config.go

17 lines
298 B
Go
Raw Permalink Normal View History

feat(legacyalertmanager): add legacyalertmanager (#7156)
2025-02-20 14:14:09 +05:30
package alertmanagerbatcher
type Config struct {
feat(alertmanager): simplify and test e2e alertmanager (#7217) * refactor(alertmanager): complete e2e testing and simplify * fix(alertmanager): fix typo * fix(alertmanager): set to true for prometheus
2025-03-05 10:01:02 +05:30
// Capacity is the maximum number of alerts that can be buffered in the batcher.
feat(legacyalertmanager): add legacyalertmanager (#7156)
2025-02-20 14:14:09 +05:30
Capacity int
feat(alertmanager): simplify and test e2e alertmanager (#7217) * refactor(alertmanager): complete e2e testing and simplify * fix(alertmanager): fix typo * fix(alertmanager): set to true for prometheus
2025-03-05 10:01:02 +05:30
// Size is the number of alerts to send in each batch.
Size int
feat(legacyalertmanager): add legacyalertmanager (#7156)
2025-02-20 14:14:09 +05:30
}
func NewConfig() Config {
return Config{
feat(alertmanager): simplify and test e2e alertmanager (#7217) * refactor(alertmanager): complete e2e testing and simplify * fix(alertmanager): fix typo * fix(alertmanager): set to true for prometheus
2025-03-05 10:01:02 +05:30
Capacity: 10000,
feat(legacyalertmanager): add legacyalertmanager (#7156)
2025-02-20 14:14:09 +05:30
Size: 64,
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 1003ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API