We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebafd9a commit 517b860Copy full SHA for 517b860
1 file changed
src/Metric/v1/Gnocchi/Models/Resource.php
@@ -131,8 +131,7 @@ public function getMetricMeasures(array $options = []): array
131
);
132
133
$response = $this->execute($this->api->getResourceMetricMeasures(), $options);
134
-
135
- return \GuzzleHttp\json_decode($response->getBody());
+ return \GuzzleHttp\json_decode((string) $response->getBody());
136
}
137
138
/**
0 commit comments