Skip to content

Commit f1bf14f

Browse files
author
KeisukeYamashita
authored
feat: add binary name for docker compile load (#18)
Signed-off-by: KeisukeYamashita <keisuke.yamashita@linecorp.com> Signed-off-by: KeisukeYamashita <keisuke.yamashita@linecorp.com>
1 parent f1eed50 commit f1bf14f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile.compile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM alpine:latest
22

3-
COPY kegistry /usr/bin/
4-
ENTRYPOINT ["kegistry"]
3+
COPY kerranamodb /usr/bin/
4+
ENTRYPOINT ["kerranamodb"]

internal/metric/metric.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type MetricName string
1616
type MetricLabel string
1717

1818
const (
19-
metricNamespace = "kegistry"
19+
metricNamespace = "kerranamodb"
2020

2121
// Metrics
2222
metricNameHTTPRequestTotal MetricName = "registry_request_total"

0 commit comments

Comments
 (0)