Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Don't use bytes#39

Merged
lesovsky merged 1 commit intomasterfrom
dont-use-bytes
Jun 1, 2022
Merged

Don't use bytes#39
lesovsky merged 1 commit intomasterfrom
dont-use-bytes

Conversation

@lesovsky
Copy link
Owner

@lesovsky lesovsky commented Jun 1, 2022

  • don't use bytes for values of pg_stat_statements' blocks hits and blocks dirtied.
  • rename metrics names and descriptions accordingly, new metrics
    • postgres_statements_shared_buffers_hit_total
    • postgres_statements_shared_buffers_read_bytes_total
    • postgres_statements_shared_buffers_dirtied_total
    • postgres_statements_shared_buffers_written_bytes_total
    • postgres_statements_local_buffers_hit_total
    • postgres_statements_local_buffers_read_bytes_total
    • postgres_statements_local_buffers_dirtied_total
    • postgres_statements_local_buffers_written_bytes_total
  • merge WAL FPI into WAL bytes and show it as labeled metric in postgres_statements_wal_bytes_total.
  • introduce postgres_statements_wal_bytes_all_total metric.

…ck dirtied.

Adjust metrics names and descriptions accordingly.
Merge WAL FPI into WAL bytes and show it as labeled metric.
Introduce wal_all_bytes metric.
@lesovsky lesovsky merged commit f7da3e2 into master Jun 1, 2022
@lesovsky lesovsky deleted the dont-use-bytes branch June 1, 2022 04:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant