Skip to content

Commit

Permalink
Please alerting temporal TS (#4691)
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd authored Apr 11, 2024
1 parent 154d9da commit 9ee16c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alerting/temporal/src/qdrant/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async function fetchPrometheusMetrics(
"api-key": QDRANT_MONITORING_API_KEY,
},
});
const metricLines = response.data.trim().split("\n");
const metricLines: string[] = response.data.trim().split("\n");

// Parse and update metric values.
metricLines.forEach((line) => {
Expand Down

0 comments on commit 9ee16c7

Please # to comment.