Skip to content

Commit

Permalink
codegen
Browse files Browse the repository at this point in the history
Signed-off-by: Yashash H L <[email protected]>
  • Loading branch information
yhl25 committed Jul 8, 2023
1 parent 9e91885 commit 88b2e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/daemon/server/service/rater/rater.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func (r *Rater) getPodReadCounts(vertexName, vertexType, podName string) *PodRea
return nil
}
defer resp.Body.Close()

textParser := expfmt.TextParser{}
result, err := textParser.TextToMetricFamilies(resp.Body)
if err != nil {
Expand Down

0 comments on commit 88b2e95

Please sign in to comment.