GithubHelp home page GithubHelp logo

Comments (3)

lfittl avatar lfittl commented on July 4, 2024

Hi @joekohlsdorf - thanks for your patience on this!

This is likely a permission issue, but we should probably still ignore that error. Could you try if adding the following as an rds_superuser resolves it:

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;

If it does not, could you send a sample of the output of SELECT * FROM pg_stat_replication? If you don't want to share it here feel free to open a support request instead via [email protected]

Thanks!

from collector.

joekohlsdorf avatar joekohlsdorf commented on July 4, 2024

I have verified that I already have this function defined and I can query it manually.

The output from SELECT pganalyze.get_stat_replication(); is:

(13311,16388,rdsrepladmin,walreceiver,10.1.1.178,,47446,"2019-07-23 00:51:21.073245-04",,streaming,19F8/AC467C00,19F8/AC467C00,19F8/AC467C00,19F8/AC467C00,00:00:00.002261,00:00:00.003447,00:00:00.00345,0,async)
(3561,16386,admin,"",172.30.50.249,,38515,"2019-07-23 21:18:25.434786-04",,streaming,19F8/AC467C00,,19F8/AC43CDB8,,,,,0,async)

This seems to be a similar case as #21
Only that in my case this is a logical replication slot so a lot more values are NULL.

from collector.

lfittl avatar lfittl commented on July 4, 2024

@joekohlsdorf Thanks, thats very helpful!

Fixed now in master, and will be in the next release (likely coming out next week).

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.