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 f1eed50 commit f1bf14fCopy full SHA for f1bf14f
Dockerfile.compile
@@ -1,4 +1,4 @@
1
FROM alpine:latest
2
3
-COPY kegistry /usr/bin/
4
-ENTRYPOINT ["kegistry"]
+COPY kerranamodb /usr/bin/
+ENTRYPOINT ["kerranamodb"]
internal/metric/metric.go
@@ -16,7 +16,7 @@ type MetricName string
16
type MetricLabel string
17
18
const (
19
- metricNamespace = "kegistry"
+ metricNamespace = "kerranamodb"
20
21
// Metrics
22
metricNameHTTPRequestTotal MetricName = "registry_request_total"
0 commit comments