Skip to content
View bhanuwealthy's full-sized avatar
🦀
make ... run
🦀
make ... run

Block or report bhanuwealthy

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. cr cr Public

    🚀 Real-time cryptocurrency price aggregator in Rust & Python Dataframes -> fetches and analyzes BTC-USD order books from 2 exchanges to calculate optimal execution prices #rust #crypto #bitcoin #tr…

    Jupyter Notebook

  2. docs-helper docs-helper Public

    Copy docs dirs recursively.

    Rust

  3. tailscale-wireup tailscale-wireup Public

    Power of Tailscale + Terraform

    HCL

  4. otel-demo otel-demo Public archive

    oTel component-deployments, with sample servers

    Go 3 2

  5. Grafana PromQL for histogram metrics Grafana PromQL for histogram metrics
    1
    # 1. Average Duration per Feature
    2
    sum(rate(app.feature.duration_sum[1m])) by (feature) / sum(rate(app.feature.duration_count[1m])) by (feature)
    3
    
                  
    4
    # 2. Total Count of Executions per Feature
    5
    sum(rate(app.feature.duration_count[1m])) by (feature)
  6. How to render a string from a json c... How to render a string from a json context?
    1
    
                  
    2
    
                  
    3
    ```js
    4
    
                  
    5
    // Either extend the String prototype or use it as independent func