Skip to content

Commit

Permalink
go.d sd docker add mongodb-community-server (netdata#17173)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 authored Mar 15, 2024
1 parent 91c28d7 commit eeb46d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/collectors/go.d.plugin/config/go.d/sd/docker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ classify:
- tags: "lighttpd"
expr: '{{ match "sp" .Image "*/lighttpd */lighttpd:*" }}'
- tags: "mongodb"
expr: '{{ match "sp" .Image "mongo mongo:* */mongodb */mongodb:*" }}'
expr: '{{ match "sp" .Image "mongo mongo:* */mongodb */mongodb:* */mongodb-community-server */mongodb-community-server:*" }}'
- tags: "mysql"
expr: '{{ match "sp" .Image "mysql mysql:* */mysql */mysql:* mariadb mariadb:* */mariadb */mariadb:* percona percona:* */percona-mysql */percona-mysql:*" }}'
- tags: "nginx"
Expand Down

0 comments on commit eeb46d4

Please sign in to comment.