Skip to content

Commit

Permalink
fix(plugins): make plugins (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: 行疾 <[email protected]>
  • Loading branch information
yusheng-guo authored and KeyOfSpectator committed Oct 24, 2024
1 parent 84bf171 commit 7e829c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,7 @@ import (

// Register zookeeper plugin.
_ "github.com/prometheus/prometheus/discovery/zookeeper"

// Register aliyun plugin.
_ "github.com/prometheus/prometheus/discovery/aliyun"
)

0 comments on commit 7e829c0

Please sign in to comment.