Skip to content

Commit

Permalink
use new metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
icehaunter committed Dec 3, 2024
1 parent 0622c36 commit 0002108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sync-service/lib/electric/telemetry.ex
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ defmodule Electric.Telemetry do
keep: &(Map.get(&1, :live, false) || false)
),
served_bytes: sum("electric.plug.serve_shape.bytes", unit: :byte),
replication_lag: summary("electric.postgres.replication.lag", unit: :byte)
wal_size: summary("electric.postgres.replication.wal_size", unit: :byte)
]
]
end
Expand Down

0 comments on commit 0002108

Please sign in to comment.