From 4559f929dedc0be6c526715dc7880a8a536755d3 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Tue, 17 Dec 2024 14:47:57 +0100 Subject: [PATCH] new readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ea64ed..a9930af 100644 --- a/README.md +++ b/README.md @@ -118,14 +118,13 @@ Each entry in the `logs` array is a test case for logs. ```yaml expected: logs: - - logql: '{exporter = "OTLP"}' + - logql: '{service_name="rolldice"} |~ `Anonymous player is rolling the dice.*`' + equals: 'Anonymous player is rolling the dice' attributes: service_name: rolldice attribute-regexp: container_id: ".*" no-extra-attributes: true # fail if there are extra attributes - - logql: '{service_name="rolldice"} |~ `Anonymous player is rolling the dice.*`' - equals: 'Anonymous player is rolling the dice' - logql: '{service_name="rolldice"} |~ `Anonymous player is rolling the dice.*`' regexp: 'Anonymous player is .*' ```