Giter Site home page Giter Site logo

Comments (6)

gmr avatar gmr commented on July 27, 2024

Thanks for the backtrace, I'll take a look.

from newrelic-plugin-agent.

khelal avatar khelal commented on July 27, 2024

Thanks and again great plugin!

from newrelic-plugin-agent.

selwin avatar selwin commented on July 27, 2024

I ran into the same issue. The cause seems to be in the wiki page @khelal mentioned, more specifically:

The view pg_stat_activity has changed. It's not backward compatible, but let's see what this new definition brings us:
current_query disappears and is replaced by two columns:
state: is the session running a query, waiting
query: what is the last run (or still running if stat is "active") query
The column procpid is renamed to pid, to be consistent with other system views

from newrelic-plugin-agent.

juzzin avatar juzzin commented on July 27, 2024

Replacing current_query = '<IDLE'> with state = 'idle' seems to work.

from newrelic-plugin-agent.

bretep avatar bretep commented on July 27, 2024

I have verified:

That @juzzin suggestion of "replacing current_query = '<IDLE'> with state = 'idle' seems to work." Works.

from newrelic-plugin-agent.

gmr avatar gmr commented on July 27, 2024

This support has been added, and will be in 1.0.13 released today. Please use care when upgrading and check the README for important uninstallation notes.

from newrelic-plugin-agent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.