Skip to content

Commit 98e4e23

Browse files
author
jwcesign
committed
chore: update telemetry api
Signed-off-by: jwcesign <jwcesign@cloudpilot.ai>
1 parent d416261 commit 98e4e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controllers/telemetry/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import (
4747
const (
4848
defaultTelemetryEndpoint = "https://api.cloudpilot.ai/api/v1/telemetry"
4949
resourcesInfoPath = "/clusters/%s/resourcesInfo"
50-
interruptionEventPath = "/clusters/%s/interruptionEvent"
50+
interruptionEventPath = "/clusters/%s/interruptionevent"
5151

5252
karpenterInitializedKey = "karpenter.sh/initialized"
5353
)

0 commit comments

Comments
 (0)