mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/495
Author: @daenney
Created: 4/30/2025
Status: ✅ Merged
Merged: 5/5/2025
Merged by: @stonith404
Base:
main← Head:otel📝 Commits (1)
ddfddabfeat: OpenTelemetry tracing and metrics (#262)📊 Changes
11 files changed (+293 additions, -43 deletions)
View changed files
📝
Dockerfile(+2 -0)📝
backend/go.mod(+45 -7)📝
backend/go.sum(+93 -24)📝
backend/internal/bootstrap/bootstrap.go(+9 -3)➕
backend/internal/bootstrap/otel_boostrap.go(+107 -0)📝
backend/internal/bootstrap/router_bootstrap.go(+5 -0)📝
backend/internal/bootstrap/services_bootstrap.go(+4 -3)📝
backend/internal/common/env_config.go(+11 -0)➕
backend/internal/common/version.go(+6 -0)📝
backend/internal/service/geolite_service.go(+6 -3)📝
backend/internal/service/ldap_service.go(+5 -3)📄 Description
I haven't tested this yet, and the tracing exporter needs some additional work to be configurable so that folks can use the gRPC based exporter as well. But this should be the gist of it.https://github.com/pocket-id/pocket-id/pull/495#issuecomment-2843412297
Fixes: https://github.com/pocket-id/pocket-id/issues/262
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.