diff --git a/receiver/pyroscopereceiver/receiver.go b/receiver/pyroscopereceiver/receiver.go index bc9d6e9..91045f5 100644 --- a/receiver/pyroscopereceiver/receiver.go +++ b/receiver/pyroscopereceiver/receiver.go @@ -466,7 +466,7 @@ func (recv *pyroscopeReceiver) Shutdown(ctx context.Context) error { } func writeResponseNoContent(w http.ResponseWriter) { - writeResponse(w, "", http.StatusNoContent, nil) + writeResponse(w, "", http.StatusOK, nil) } func writeResponse(w http.ResponseWriter, contentType string, statusCode int, payload []byte) {