Fix URL for explorer

This commit is contained in:
Simon Marsh 2019-10-05 15:00:02 +01:00
parent ff83171909
commit 6e6047830f
Signed by: burble
GPG Key ID: 7B9FE8780CFB6593

2
dns.go
View File

@ -522,7 +522,7 @@ func (m *DNSCommitMetrics) Collect() {
func (m *DNSCommitMetrics) FetchExplorerCommit() (string, error) {
response, err := http.Get("http://collector.dn42:8043/api/registry/.meta")
response, err := http.Get("http://explorer.fr-rbx1.burble.dn42:8043/api/registry/.meta")
if err != nil {
log.WithFields(log.Fields{
"error": err,