[PR #14203] server: add optional otel trace instrumentation #45813

Open
opened 2026-04-25 01:26:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14203
Author: @frzifus
Created: 2/11/2026
Status: 🔄 Open

Base: mainHead: otel


📝 Commits (1)

  • 93193a3 server: add optional otel trace instrumentation

📊 Changes

4 files changed (+329 additions, -89 deletions)

View changed files

📝 go.mod (+67 -26)
📝 go.sum (+151 -63)
server/otel.go (+91 -0)
📝 server/routes.go (+20 -0)

📄 Description

Add basic opentelemetry instrumentation to router.

ref #9254


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/14203 **Author:** [@frzifus](https://github.com/frzifus) **Created:** 2/11/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `otel` --- ### 📝 Commits (1) - [`93193a3`](https://github.com/ollama/ollama/commit/93193a3bd62766e2cee06a7d690db8c8c9efaa97) server: add optional otel trace instrumentation ### 📊 Changes **4 files changed** (+329 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+67 -26) 📝 `go.sum` (+151 -63) ➕ `server/otel.go` (+91 -0) 📝 `server/routes.go` (+20 -0) </details> ### 📄 Description Add basic opentelemetry instrumentation to router. ref #9254 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 01:26:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#45813