Alerting: Remove OrgID() from the Alertmanager interface (#77398)

This commit is contained in:
Santiago
2023-10-31 10:58:47 +01:00
committed by GitHub
parent b8105caa05
commit a6b9b27673
5 changed files with 4 additions and 11 deletions

View File

@@ -297,10 +297,6 @@ func (am *Alertmanager) Ready() bool {
// We don't have files on disk, no-op.
func (am *Alertmanager) CleanUp() {}
func (am *Alertmanager) OrgID() int64 {
return am.orgID
}
type roundTripper struct {
tenantID string
basicAuthPassword string