Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New component: SAP HANA Receiver #8827

Closed
dehaansa opened this issue Mar 24, 2022 · 2 comments
Closed

New component: SAP HANA Receiver #8827

dehaansa opened this issue Mar 24, 2022 · 2 comments
Labels
Accepted Component New component has been sponsored

Comments

@dehaansa
Copy link
Contributor

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:

  • 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.
receivers:
  saphana:
    endpoint: localhost:30015
    username: otelu
    password: $SAPHANA_PASSWORD
    collection_interval: 60s

Telemetry data types supported

Metrics!

Sponsor (Optional)

No sponsor at the moment.

@mx-psi mx-psi added the Sponsor Needed New component seeking sponsor label Mar 24, 2022
@pmm-sumo
Copy link
Contributor

I can volunteer as a sponsor :)

@jpkrohling jpkrohling added Accepted Component New component has been sponsored and removed Sponsor Needed New component seeking sponsor labels Mar 24, 2022
@djaglowski
Copy link
Member

Closed by #9234

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Component New component has been sponsored
Projects
None yet
Development

No branches or pull requests

5 participants