GithubHelp home page GithubHelp logo

Comments (8)

lfittl avatar lfittl commented on July 24, 2024

@declaresub Thanks for the report - did you create the monitoring user functions, in particular this one, as a super user:

CREATE OR REPLACE FUNCTION pganalyze.get_stat_replication() RETURNS SETOF pg_stat_replication AS
$$
  /* pganalyze-collector */ SELECT * FROM pg_catalog.pg_stat_replication;
$$ LANGUAGE sql VOLATILE SECURITY DEFINER;

from collector.

declaresub avatar declaresub commented on July 24, 2024

Yes; that function exists in my pganalyze schema.

from collector.

declaresub avatar declaresub commented on July 24, 2024

In my db, SELECT * FROM pg_catalog.pg_stat_replication returns a single row, with the value of replay_lsn being NULL. I expect that's the offending column.

from collector.

lfittl avatar lfittl commented on July 24, 2024

@declaresub Which collector version are you using?

It seems that this is the bug that got fixed about a year ago in 1fa72e2 (which first got released in v0.9.13)

from collector.

declaresub avatar declaresub commented on July 24, 2024

I'm using 0.12.0.

from collector.

lfittl avatar lfittl commented on July 24, 2024

@declaresub My apologies, this was actually a bug - this is now fixed in the newly released 0.13.1 collector version.

Let me know in case that doesn't fix the issue you were seeing!

from collector.

dexterous avatar dexterous commented on July 24, 2024

@lfittl I'm seeing this in the current stable, which AFAICT is v0.17.1

If it's any help, I see this on RDS masters and not on replicas.

from collector.

lfittl avatar lfittl commented on July 24, 2024

@dexterous Thanks for your note, and sorry for the late reply.

Based on the report in #34 this is now more flexible and should not error out anymore. We'll have a new release soon that includes this bugfix.

from collector.

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.