SAP HANA Cloud Metrics REST API
Tutorials that teach this
Prerequisites
- Concept Observability Signals: Logs, Traces, and Metrics Observability signals — logs, traces, and metrics — are the three core types of telemetry data that developers collect, process, and forward to gain insight into the runtime behavior of their applications on SAP BTP. The SAP BTP [Telemetry module](https://help.sap.com/docs/btp/sap-business-technology-platform/c86a5c6e92d0452db903322b3ae0e519?locale=en-US&state=PRODUCTION&version=Cloud) provides pipelines for each signal type, allowing developers to filter and refine data — for example, filtering logs from OTLP, application, and Istio inputs, or configuring Istio trace collection via `TracePipeline` resources. Metrics can be produced in ABAP environments by creating metric providers in ABAP Development Tools, while logs and traces from Java applications can be collected by [configuring the application accordingly](https://help.sap.com/docs/btp/sap-business-technology-platform/5551c5e4ef15482998adfbfa0aed7f6b?locale=en-US&state=PRODUCTION&version=Cloud). All three signal types can ultimately be forwarded to an OTLP-compatible backend destination for analysis and monitoring.
- Concept SAP HANA Cloud Alerts REST API
- Concept Monitoring SAP HANA Cloud Databases (Performance, Alerts, Sessions, Threads)
- Concept Bearer Token Authentication for REST APIs