Skip to content

Commit

Permalink
Update beat.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall authored Jan 24, 2025
1 parent 775b0ec commit 243e90f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/beatcmd/beat.go
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ func (b *Beat) registerStatsMetrics() {
}
v.OnRegistryStart()
defer v.OnRegistryFinished()
monitoring.ReportString(v, "type", "elasticsearch")
for _, sm := range rm.ScopeMetrics {
switch {
case sm.Scope.Name == "github.com/elastic/go-docappender":
Expand Down

0 comments on commit 243e90f

Please sign in to comment.