Skip to content

Commit

Permalink
Update prober/http.go
Browse files Browse the repository at this point in the history
  • Loading branch information
joker234 authored Jan 16, 2019
1 parent 0916ab8 commit a5509cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prober/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func ProbeHTTP(ctx context.Context, target string, module config.Module, registr
})

probeHTTPLastModified = prometheus.NewGauge(prometheus.GaugeOpts{
Name: "probe_http_last_modified",
Name: "probe_http_last_modified_timestamp_seconds",
Help: "Returns the Last-Modified HTTP response header in unixtime",
})
)
Expand Down

0 comments on commit a5509cb

Please sign in to comment.