Skip to content

Commit 92ff12e

Browse files
authored
Merge pull request #23366 from danielva/master
Add metrics example to automation pilot
2 parents 06ac418 + b64909c commit 92ff12e

14 files changed

+401
-263
lines changed

tutorials/hana-clients-node/hana-clients-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Ensure you have Node.js installed and check its version. Enter the following com
3131
node -v
3232
```
3333

34-
If Node.js is installed, the currently installed version is returned, such as v18.16.0.
34+
If Node.js is installed, the currently installed version is returned, such as v20.10.0.
3535

3636
If Node.js is not installed, download the long-term support (LTS) version of Node.js from [Download Node.js](https://nodejs.org/en/download/).
3737

tutorials/hana-cloud-alerts-rest-api/hana-cloud-alerts-rest-api.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,12 @@ If you wish to access alerts and metrics for multiple instances with one API cal
394394
395395
###
396396
397+
#Get the metric HDLCPUUsage for multiple SAP HANA Cloud data lake instances (values)
398+
GET {{gateway_url}}/metrics/v1/values?names=HDLCPUUsage
399+
Authorization: Bearer {{bearer}}
400+
401+
###
402+
397403
#Get the metric HDBMemoryUsed for the indexserver and order the values
398404
GET {{gateway_url}}/metrics/v1/values?names=HDBMemoryUsed&$filter=dimensions/service_name eq indexserver&$orderby=values/value desc
399405
Loading
Loading
Loading
Loading

tutorials/hana-cloud-automation-pilot/hana-cloud-automation-pilot.md

Lines changed: 394 additions & 262 deletions
Large diffs are not rendered by default.
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)