https://github.com/fandreuz/otel-profile-cli

Simple CLI tools to work with OTEL profile signal

https://github.com/fandreuz/otel-profile-cli

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.3%) to scientific vocabulary
Last synced: 5 months ago · JSON representation

Repository

Simple CLI tools to work with OTEL profile signal

Basic Info
  • Host: GitHub
  • Owner: fandreuz
  • License: mit
  • Language: Go
  • Default Branch: master
  • Size: 11.7 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 7 months ago · Last pushed 6 months ago
Metadata Files
Readme License

README.md

otel-profile-cli

Getting started

``` $ go install github.com/fandreuz/otel-profile-cli@latest $ otel-profile-cli --help Simple CLI to work with OTEL profile data

Usage: otel-profile-cli [command]

Available Commands: completion Generate the autocompletion script for the specified shell export Export a profile with a gRPC request help Help about any command server Start a gRPC server waiting for OTEL profile data show Pretty-print the content of a profile

Flags: -h, --help help for otel-profile-cli ```

Owner

  • Name: Francesco Andreuzzi
  • Login: fandreuz
  • Kind: user
  • Location: Geneva, Switzerland
  • Company: CERN

CSE MSc student | SWE @cern

GitHub Events

Total
  • Push event: 6
  • Create event: 2
Last Year
  • Push event: 6
  • Create event: 2

Committers

Last synced: 5 months ago

All Time
  • Total Commits: 12
  • Total Committers: 1
  • Avg Commits per committer: 12.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 12
  • Committers: 1
  • Avg Commits per committer: 12.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Francesco Andreuzzi a****o@g****m 12

Issues and Pull Requests

Last synced: 6 months ago

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 0
proxy.golang.org: github.com/fandreuz/otel-profile-cli
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.2%
Average: 5.3%
Dependent repos count: 5.5%
Last synced: 5 months ago

Dependencies

go.mod go
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/spf13/cobra v1.9.1
  • github.com/spf13/pflag v1.0.7
  • go.opentelemetry.io/proto/otlp v1.7.0
  • google.golang.org/protobuf v1.36.6
go.sum go
  • github.com/cpuguy83/go-md2man/v2 v2.0.6
  • github.com/google/go-cmp v0.5.5
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/russross/blackfriday/v2 v2.1.0
  • github.com/spf13/cobra v1.9.1
  • github.com/spf13/pflag v1.0.6
  • github.com/spf13/pflag v1.0.7
  • go.opentelemetry.io/proto/otlp v1.7.0
  • golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
  • google.golang.org/protobuf v1.36.6
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.1