Skip to content

Commit

Permalink
add file info url to k8s (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryRomanov authored Mar 28, 2024
1 parent e570031 commit 67ecc39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/input/k8s/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ func init() {

Endpoints: map[string]func(http.ResponseWriter, *http.Request){
"reset": file.ResetterRegistryInstance.Reset,
"info": file.InfoRegistryInstance.Info,
},
})
fd.DefaultPluginRegistry.RegisterAction(&pipeline.PluginStaticInfo{
Expand Down

0 comments on commit 67ecc39

Please sign in to comment.