You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SAP HANA Receiver would collect metrics from SAP HANA Monitoring & Statistics views. It would leverage the golang driver written by SAP and the base sql package to execute the relevant queries. In this manner it could collect metrics about memory utilization, network usage, disk/volume IO, transactions, replication, and more.
It would target SAP HANA version 2 as older versions are out of maintenance at this time.
Example configuration for the component
The following configuration settings are required:
username
password
The following configuration settings are optional:
endpoint (default: localhost:30015): The host & port where SAP HANA can be reached
collection_interval (default = 60s): This receiver collects metrics on an interval. Valid time units are ns, us (or µs), ms, s, m, h.
tls (defaults defined here): TLS control. By default insecure settings are rejected and certificate verification is on.
The purpose and use-cases of the new component
The SAP HANA Receiver would collect metrics from SAP HANA Monitoring & Statistics views. It would leverage the golang driver written by SAP and the base sql package to execute the relevant queries. In this manner it could collect metrics about memory utilization, network usage, disk/volume IO, transactions, replication, and more.
It would target SAP HANA version 2 as older versions are out of maintenance at this time.
Example configuration for the component
The following configuration settings are required:
The following configuration settings are optional:
Telemetry data types supported
Metrics!
Sponsor (Optional)
No sponsor at the moment.
The text was updated successfully, but these errors were encountered: