Skip to content

Commit

Permalink
Fix: rename Ping-API to StatusAPI (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bianco95 authored Sep 30, 2024
1 parent 96c7fb1 commit 40eae5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/interlink/api/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
func (h *InterLinkHandler) StatusHandler(w http.ResponseWriter, r *http.Request) {
start := time.Now().UnixMicro()
tracer := otel.Tracer("interlink-API")
_, span := tracer.Start(h.Ctx, "PingAPI", trace.WithAttributes(
_, span := tracer.Start(h.Ctx, "StatusAPI", trace.WithAttributes(
attribute.Int64("start.timestamp", start),
))
defer span.End()
Expand Down

0 comments on commit 40eae5b

Please sign in to comment.