https://github.com/traceloop/go-openllmetry

Sister project to OpenLLMetry, but in Go. Open-source observability for your LLM application, based on OpenTelemetry
https://github.com/traceloop/go-openllmetry

Keywords

datascience generative-ai golang llm llmops metrics ml monitoring observability open-source open-telemetry opentelemetry

Keywords from Contributors

good-first-issue

Last synced: 11 months ago
JSON representation

Acceptance Criteria

Repository metadata

Sister project to OpenLLMetry, but in Go. Open-source observability for your LLM application, based on OpenTelemetry


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: over 1 year ago

Total Commits: 7
Total Committers: 2
Avg Commits per committer: 3.5
Development Distribution Score (DDS): 0.143

Commits in past year: 7
Committers in past year: 2
Avg Commits per committer in past year: 3.5
Development Distribution Score (DDS) in past year: 0.143

Name Email Commits
Gal Kleinman 3****n 6
Nir Gazit n****a 1

Committer domains:


Issue and Pull Request metadata

Last synced: about 1 year ago

Total issues: 0
Total pull requests: 9
Average time to close issues: N/A
Average time to close pull requests: 2 days
Total issue authors: 0
Total pull request authors: 1
Average comments per issue: 0
Average comments per pull request: 0.0
Merged pull request: 7
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 9
Past year average time to close issues: N/A
Past year average time to close pull requests: 2 days
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 7
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/traceloop/go-openllmetry

Top Issue Authors

Top Pull Request Authors

  • galkleinman (9)

Top Issue Labels

Top Pull Request Labels


Package metadata

proxy.golang.org: github.com/traceloop/go-openllmetry/sample-app

proxy.golang.org: github.com/traceloop/go-openllmetry/semconv-ai

  • Homepage: https://github.com/traceloop/go-openllmetry
  • Documentation: https://pkg.go.dev/github.com/traceloop/go-openllmetry/semconv-ai#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v0.0.0-20240122182127-2ee397433504 (published over 1 year ago)
  • Last Synced: 2024-05-17T16:02:01.509Z (12 months ago)
  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 9.069%
    • Average: 9.647%
    • Dependent repos count: 10.226%
proxy.golang.org: github.com/traceloop/go-openllmetry/traceloop-sdk

proxy.golang.org: github.com/traceloop/go-openllmetry


Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v4 composite
  • actions/setup-go v4 composite
go.mod go
  • "github.com/traceloop/go-openllmetry/semconv-ai" *
  • "github.com/traceloop/go-openllmetry/traceloop-sdk" *
sample-app/go.mod go
  • github.com/sashabaranov/go-openai v1.18.1
sample-app/go.sum go
  • github.com/sashabaranov/go-openai v1.18.1
semconv-ai/go.mod go
  • go.opentelemetry.io/otel v1.22.0
semconv-ai/go.sum go
  • github.com/davecgh/go-spew v1.1.1
  • github.com/google/go-cmp v0.6.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/testify v1.8.4
  • go.opentelemetry.io/otel v1.22.0
  • gopkg.in/yaml.v3 v3.0.1
traceloop-sdk/go.mod go
  • github.com/cenkalti/backoff v2.2.1+incompatible
  • github.com/cenkalti/backoff/v4 v4.2.1
  • github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
  • github.com/go-git/go-billy/v5 v5.5.0
  • github.com/go-git/go-git/v5 v5.11.0
  • github.com/go-logr/logr v1.4.1
  • github.com/go-logr/stdr v1.2.2
  • github.com/gobwas/glob v0.2.3
  • github.com/golang/protobuf v1.5.3
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0
  • github.com/hashicorp/errwrap v1.1.0
  • github.com/hashicorp/go-multierror v1.1.1
  • github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
  • github.com/jinzhu/copier v0.4.0
  • github.com/kluctl/go-embed-python v0.0.0-3.11.6-20231002-1
  • github.com/kluctl/go-jinja2 v0.0.0-20240108142937-8839259d2537
  • github.com/rogpeppe/go-internal v1.11.0
  • github.com/sashabaranov/go-openai v1.18.1
  • github.com/sirupsen/logrus v1.9.3
  • go.opentelemetry.io/otel v1.22.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0
  • go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.22.0
  • go.opentelemetry.io/otel/metric v1.22.0
  • go.opentelemetry.io/otel/sdk v1.22.0
  • go.opentelemetry.io/otel/trace v1.22.0
  • go.opentelemetry.io/proto/otlp v1.0.0
  • golang.org/x/net v0.19.0
  • golang.org/x/sync v0.5.0
  • golang.org/x/sys v0.16.0
  • golang.org/x/text v0.14.0
  • google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97
  • google.golang.org/grpc v1.60.1
  • google.golang.org/protobuf v1.32.0
  • gopkg.in/warnings.v0 v0.1.2
traceloop-sdk/go.sum go
  • github.com/cenkalti/backoff v2.2.1+incompatible
  • github.com/cenkalti/backoff/v4 v4.2.1
  • github.com/cyphar/filepath-securejoin v0.2.4
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
  • github.com/go-git/go-billy/v5 v5.5.0
  • github.com/go-git/go-git/v5 v5.11.0
  • github.com/go-logr/logr v1.2.2
  • github.com/go-logr/logr v1.4.1
  • github.com/go-logr/stdr v1.2.2
  • github.com/gobwas/glob v0.2.3
  • github.com/golang/protobuf v1.5.0
  • github.com/golang/protobuf v1.5.3
  • github.com/google/go-cmp v0.5.5
  • github.com/google/go-cmp v0.6.0
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0
  • github.com/hashicorp/errwrap v1.0.0
  • github.com/hashicorp/errwrap v1.1.0
  • github.com/hashicorp/go-multierror v1.1.1
  • github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
  • github.com/jinzhu/copier v0.4.0
  • github.com/kluctl/go-embed-python v0.0.0-3.11.6-20231002-1
  • github.com/kluctl/go-jinja2 v0.0.0-20240108142937-8839259d2537
  • github.com/kr/pretty v0.3.1
  • github.com/kr/text v0.2.0
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rogpeppe/go-internal v1.11.0
  • github.com/sashabaranov/go-openai v1.18.1
  • github.com/sirupsen/logrus v1.9.3
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.7.0
  • github.com/stretchr/testify v1.8.4
  • go.opentelemetry.io/otel v1.22.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0
  • go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.22.0
  • go.opentelemetry.io/otel/metric v1.22.0
  • go.opentelemetry.io/otel/sdk v1.22.0
  • go.opentelemetry.io/otel/trace v1.22.0
  • go.opentelemetry.io/proto/otlp v1.0.0
  • golang.org/x/net v0.19.0
  • golang.org/x/sync v0.5.0
  • golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
  • golang.org/x/sys v0.16.0
  • golang.org/x/text v0.14.0
  • golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
  • google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97
  • google.golang.org/grpc v1.60.1
  • google.golang.org/protobuf v1.26.0-rc.1
  • google.golang.org/protobuf v1.26.0
  • google.golang.org/protobuf v1.32.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
  • gopkg.in/warnings.v0 v0.1.2
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • gopkg.in/yaml.v3 v3.0.1

Score: -Infinity