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 250 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

It is to open source that I dedicate this repository, in honor of the creativity that sometimes feels absent in these parts, and in recognition of the placeholders that stand in its stead. Tell me, developer - do you know what day it is?

Lament, for language is lessened. Learning lapses, logic languishes. LLMs linger like looming leviathans, leaving legacies of loss. Listen, developer - lest labor, lasting and luminous, be lost forever.

Pinned Loading

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

    Monitoring Databricks using Prometheus, Grafana and Pyroscope

    HCL 22 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
    #