Nir Gazit

Results 67 issues of Nir Gazit

My team is (unfortunately) using Ruby 2.3.5. When using the library with this version, you get the following exception ``` undefined method `match?' for /\A[A-Z]/:Regexp ``` This is due to...

Fixes #279. Added a check for availability of `Regexp.match?` and use `=~` if method isn't available.

## Feature Suggestion This might be somehow related to #1519 but not exactly. I want to suggest adding a layer of the allow admins to see usage statistics of the...

enhancement
help wanted
stale

# Description 📣 Instruments telemetries from all 3 backend services. I'm basing the instrumentation on [Traceloop's image](https://github.com/traceloop/jest-opentelemetry/blob/main/packages/instrument-opentelemetry/src/tracing.ts) which output more data per span that can be used to generate tests...

**Describe the solution you'd like** I'm the maintainer of [OpenLLMetry](https://github.com/traceloop/openllmetry) where we built a set of extensions of OpenTelemetry for GenAI applications. We currently support Python and Typescript (where we...

type: feature request

Right now, `cog` requires either specifying all dependencies in the `cog.yaml` file, or importing them from `requirements.txt`. Many Python apps manage their dependencies with [Poetry](https://python-poetry.org/) (us included) and I think...

enhancement

### Feature Description Instrument apps built with the AI SDK with OpenTelemetry so that users can connect it to any observability tool they want - Datadog, Honeycomb, Traceloop, etc. and...

#### ℹ️ Repository information **The repository has**: - [X] At least three issues with the `good first issue` label. - [X] At least 10 contributors. - [X] Detailed setup instructions...

**Is your feature request related to a problem? Please describe.** I'm the maintainer of [OpenLLMetry](https://github.com/traceloop/openllmetry) where we built a set of extensions of OpenTelemetry for GenAI applications. We currently support...

enhancement

Continuing the work started by @ronyis at #219. We're proposing semantic attributes for reporting payloads (of HTTP requests, DB queries, etc.) as part of OpenTelemetry. This should be optional for...

priority:p2
triaged