Skip to content

Commit

Permalink
parametrize-prometheus-metric - Update filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Rutkevich committed Aug 4, 2020
1 parent 629c2e9 commit d900744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates_tests/interface_with_prometheus_metric_name.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package templatestests
// This code is generated with http://github.com/hexdigest/gowrap tool
// using ../templates/prometheus template

//go:generate gowrap gen -p github.com/hexdigest/gowrap/templates_tests -i AnotherTestInterface -t ../templates/prometheus -o interface_with_prometheus_metric_prefix.go -v MetricName=custom_metric_name_seconds
//go:generate gowrap gen -p github.com/hexdigest/gowrap/templates_tests -i AnotherTestInterface -t ../templates/prometheus -o interface_with_prometheus_metric_name.go -v MetricName=custom_metric_name_seconds

import (
"context"
Expand Down

0 comments on commit d900744

Please sign in to comment.