Skip to content

issues Search Results · repo:newrelic/go-agent language:Go

Filter by

361 results
 (70 ms)

361 results

innewrelic/go-agent (press backspace or delete to remove)

Description I m using Redis with the singleton pattern. Everything is in transaction mode, as shown in the print below. The problem is that in go-redis/v9 with nrredis-v9, even using Hook, it doesn t ...
bug
  • wagnerww
  • 2
  • Opened 
    7 days ago
  • #1005

Summary This feature request proposes adding a new method to the New Relic Go agent s Transaction object that allows developers to check if a transaction has been ended. Desired Behaviour Currently, ...
enhancement
  • frknikiz
  • Opened 
    on Jan 30
  • #995

Summary Gorm is a popular ORM in the community and this plugin is highly needed. Desired Behaviour It is expected to be directly attachable even at the current stage. Possible Solution gorm plugin ...
enhancement
  • XiXiangFiles
  • 1
  • Opened 
    on Jan 24
  • #993

Description When creating a slog.Logger using nrslog.WithTransactionFromContext transaction contexts stops being propagated after calling With on the resulting logger. This is because TransactionFromContextHandler ...
bug
  • moenth
  • 3
  • Opened 
    on Nov 19, 2024
  • #986

Summary rueidis is a newer redis client for go, supporting streaming and automatic pipelining. In our testing we see improvements indeed, but right now there is no integration with the go-agent. Desired ...
enhancement
  • ankon
  • 2
  • Opened 
    on Nov 1, 2024
  • #983

I m trying to switch legacy nrpgx-based project to nrpgx5. I have a lot of requests (all my SELECT ones) that are not wrapped to transactions. Previously it was working perfectly, but now it occurs an ...
bug
  • akushsky
  • 1
  • Opened 
    on Oct 20, 2024
  • #976

Prior to Go 1.21, recover could return nil in two cases: 1. if there was no panic 2. if you explicitly did panic(nil) Therefore, it was not possible to distinguish the two. Now (barring GODEBUG=panicnil=1), ...
bug
  • rittneje
  • 5
  • Opened 
    on Oct 19, 2024
  • #975

Provide helper functions to enable easier and cleaner way to start transactions and segments. Summary By my experience most of the time the applications that require transactions they are quite straight ...
enhancement
  • ktsivkov
  • 4
  • Opened 
    on Oct 9, 2024
  • #970

Description There are two ways to tell there isn t a body to the request in http handling - either nil or http.NoBody Transaction.SetWebRequestHTTP it uses a private function reqBody which only handles ...
bug
  • shoham-b
  • 1
  • Opened 
    on Oct 8, 2024
  • #969

Current Distributed Tracing Sampling is based on magic (assuming most common request is most important ) While the business is running on: - we have an anomaly, how to debug this particular page? ...
enhancement
PM
  • aurelijusbanelis
  • 4
  • Opened 
    on Oct 7, 2024
  • #968
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub