We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3055ef1 commit 8a7efadCopy full SHA for 8a7efad
test/e2e/metriconly/metrics_test.go
@@ -51,7 +51,7 @@ var _ = ginkgo.Describe("NPD should export Prometheus metrics.", func() {
51
}
52
instance, err = gce.CreateInstance(
53
gce.Instance{
54
- Name: "npd-metrics-" + *image + "-" + uuid.NewUUID().String()[:8],
+ Name: "npd-metrics-" + uuid.NewUUID().String()[:8],
55
Zone: *zone,
56
Project: *project,
57
SshKey: *sshKey,
0 commit comments