Skip to content

Commit

Permalink
Reformat logging date
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <rsevilla@redhat.com>
  • Loading branch information
rsevilla87 committed Dec 9, 2022
1 parent e41b3fd commit 933c417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/prometheus/prometheus.go
Expand Up @@ -113,7 +113,7 @@ func (p *Prometheus) ScrapeJobsMetrics(indexer *indexers.Indexer) error {
var err error
var v model.Value
var renderedQuery bytes.Buffer
log.Infof("🔍 Scraping prometheus metrics for benchmark from %s to %s", start, end)
log.Infof("🔍 Scraping prometheus metrics for benchmark from %s to %s", start.Format(time.RFC3339), end.Format(time.RFC3339))
for _, md := range p.MetricProfile {
var metrics []interface{}
t, _ := template.New("").Parse(md.Query)
Expand Down

0 comments on commit 933c417

Please sign in to comment.