Skip to main content
Demo Project

Critical: SQL INSERT Errors Detected in Accounting Order Persistence Logs

Log PatternERRORaccounting291 occurrencesFirst seen 2 weeks ago
Pattern Volume
Log PatternEvent summary
databasepostgresqlINSERTINTOaccounting."order"(order_id)VALUES(@p{integer});INSERTINTOaccounting.orderitem(order_id,product_id,item_cost_currency_code,item_cost_nanos,item_cost_units,quantity)VALUES(@p{integer},@p{integer},@otelERROR
Sample Message
databasepostgresqlINSERT INTO accounting."order" (order_id) VALUES (@p0); INSERT INTO accounting.orderitem (order_id, product_id, item_cost_currency_code, item_cost_nanos, item_cost_units, quantity) VALUES (@p1, @p2, @otelERROR{"db":{"namespace":"otel","npgsql":{"connection_id":539270,"data_source":"Host=postgresql;Username=otelu;Database=otel"},"query":{"text":"INSERT INTO accounting."order" (order_id) VALUES (@p0); INSERT INTO accounting.orderitem (order_id, product_id, item_cost_currency_code, item_cost_nanos, item_cost_units, quantity) VALUES (@p1, @p2, @p3, @p4, @p5, @p6); INSERT INTO accounting.orderitem (order_id, product_id, item_cost_currency_code, item_cost_nanos, item_cost_units, quantity) VALUES ...ERRORpostgres54.4 ms
Activity
Issue events

Investigation

FirstRecent