Ent+Documentation Index
Fetch the complete documentation index at: https://docs.honeycomb.io/llms.txt
Use this file to discover all available pages before exploring further.
This feature is available as an add-on for the Honeycomb Enterprise plan.
Please contact your Honeycomb account team for details.
Supported Platforms
| Platform | Metrics | Logs | Traces |
|---|---|---|---|
| Linux | β | ||
| Windows | |||
| macOS |
Prerequisites
Supports SAP Netweaver 7.10+. SAP Netweaver requires a valid OS user and password via HTTP basic auth and unix write permission. The receiver must run on the host to execute OS executables in order to collect certificate, rfc, and session metrics.Configuration Table
| Parameter | Type | Default | Description |
|---|---|---|---|
| hostname* | string | localhost | The hostname or IP address of the SAP Netweaver system. |
| port | int | 50013 | The TCP port of the SAP Netweaver system (for HTTP, use port 50013. for HTTPS use port 50014). |
| collection_interval | int | 60 | Sets how often (seconds) to scrape for metrics. |
| username* | string | The username to use when connecting to SAP Netweaver. | |
| password* | string | The password to use when connecting to SAP Netweaver. | |
| profile | string | The profile path in the form of /sapmnt/SID/profile/SID_INSTANCE_HOSTNAME to collect sapnetweaver.abap.rfc.count and sapnetweaver.abap.session.count metrics | |
| enable_tls | bool | false | Whether or not to use TLS. |
| insecure_skip_verify | bool | false | Enable to skip TLS certificate verification. |
| ca_file | string | Certificate authority used to validate the database serverβs TLS certificate. | |
| cert_file | string | A TLS certificate used for client authentication, if mutual TLS is enabled. | |
| key_file | string | A TLS private key used for client authentication, if mutual TLS is enabled. |