Skip to content
View christos68k's full-sized avatar

Organizations

@elastic @optimyze @open-telemetry

Block or report christos68k

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

Pinned Loading

  1. open-telemetry/opentelemetry-ebpf-profiler open-telemetry/opentelemetry-ebpf-profiler Public

    The production-scale datacenter profiler (C/C++, Go, Rust, Python, Java, NodeJS, .NET, PHP, Ruby, Perl, ...)

    C 2.7k 304

  2. open-telemetry/opentelemetry-proto open-telemetry/opentelemetry-proto Public

    OpenTelemetry protocol (OTLP) specification and Protobuf definitions

    Makefile 646 278

  3. semantic-conventions semantic-conventions Public

    Forked from open-telemetry/semantic-conventions

    Defines standards for generating consistent, accessible telemetry across a variety of domains

    Shell

  4. map.c map.c
    1
    /*
    2
     * Given a test pattern (number in base10), for each digit D starting from the right,
    3
     * spawn D threads to burn cpu in separate dynamically allocated executable pages,
    4
     * sleep for user-configurable delay, cancel all threads and revert executable pages
    5
     * to PROT_NONE.