Skip to content
View rayalex's full-sized avatar
🦄
🦄

Block or report rayalex

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rayalex/README.md

Hi there 👋

       ___/\__
      //      \==---
    /\/      .|
   ///     (  |
 //|\\    | \_/
//\///     \

Pinned Loading

  1. spark-databricks-observability spark-databricks-observability Public

    Monitoring Databricks using Prometheus, Grafana and Pyroscope

    HCL 21 4

  2. Array Ops support for Postgres ad Hi... Array Ops support for Postgres ad Hibernate 5
    1
    public class PostgreSQLIndexedSearchFunction implements SQLFunction {
    2
        @Override
    3
        public boolean hasArguments() {
    4
            return true;
    5
        }
  3. Publish host-level metrics from Data... Publish host-level metrics from Databricks clusters to Prometheus/Grafana using Alloy
    1
    #!/bin/bash
    2
    set -euo pipefail
    3
    
                  
    4
    # Init script to send host-level metrics from Databricks clusters to Prometheus/Grafana using Alloy agent. 
    5
    #