Skip to content

Commit

Permalink
error = true is recognised by Honeycomb.
Browse files Browse the repository at this point in the history
  • Loading branch information
plcplc committed Nov 2, 2023
1 parent 906ef9c commit 87397ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/connectors/ndc-postgres/src/connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ impl connector::Connector for Postgres {
meta.signal_type = "log",
event.domain = "ndc",
event.name = "Explain error",
body = %err
name = "Explain error",
body = %err,
error = true,
);
err
})
Expand Down

0 comments on commit 87397ef

Please sign in to comment.