We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b28bc8 commit a46d68fCopy full SHA for a46d68f
apps/workers-observability/src/tools/observability.ts
@@ -64,7 +64,7 @@ This tool provides three primary views of your Worker data:
64
const response = await queryWorkersObservability(agent.props.accessToken, accountId, query)
65
66
if (query.view === 'calculations') {
67
- let data = 'DISPLAY THE CALCULATIONS IN A GRAPHICAL WAY'
+ let data = ''
68
for (const calculation of response?.calculations || []) {
69
const alias = calculation.alias || calculation.calculation
70
const aggregates = calculation.aggregates.map((agg) => {
0 commit comments