File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
6161- Adds Gsuite Admin support. {pull}19769[19769]
6262- Adds Gsuite Drive support. {pull}19704[19704]
6363- Adds Gsuite Groups support. {pull}19725[19725]
64+ - Move file metrics to dataset endpoint {pull}19977[19977]
6465
6566*Heartbeat*
6667
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ import (
5858
5959var (
6060 harvesterMetrics = monitoring .Default .NewRegistry ("filebeat.harvester" )
61- filesMetrics = harvesterMetrics . NewRegistry ( "files" )
61+ filesMetrics = monitoring . GetNamespace ( "dataset" ). GetRegistry ( )
6262
6363 harvesterStarted = monitoring .NewInt (harvesterMetrics , "started" )
6464 harvesterClosed = monitoring .NewInt (harvesterMetrics , "closed" )
You can’t perform that action at this time.
0 commit comments