From a847367626d228c4f43b8b7054d04633c201a762 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Wed, 18 Dec 2024 16:54:14 +0100 Subject: [PATCH 1/7] add oats --- data/registry/testing-oats.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 data/registry/testing-oats.yml diff --git a/data/registry/testing-oats.yml b/data/registry/testing-oats.yml new file mode 100644 index 000000000000..b0aa4cf35611 --- /dev/null +++ b/data/registry/testing-oats.yml @@ -0,0 +1,22 @@ +# cSpell:ignore # add words unknown to cspell, remove this line if not required +title: OpenTelemetry Acceptance Tests (OATs) +registryType: testing +language: all +tags: + - collector + - testing + - traces + - logs + - metrics + - utilities +license: Apache 2.0 +description: | + OATs (OpenTelemetry Application Testing Suite) is a testing suite for OpenTelemetry applications. + Tests are written in YAML and validate traces using TraceQL, logs using LogQL, and metrics using PromQL. + +authors: + - name: Gregor Zeitlinger + email: gregor.zeitlinger@grafana.com +urls: + repo: https://github.com/grafana/oats +createdAt: 2024-12-18 From 8db75a2e1a66c7dfdecff378dbc3747fed5e897e Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Wed, 18 Dec 2024 16:55:10 +0100 Subject: [PATCH 2/7] add oats --- data/registry/testing-oats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/registry/testing-oats.yml b/data/registry/testing-oats.yml index b0aa4cf35611..03faa99b7f70 100644 --- a/data/registry/testing-oats.yml +++ b/data/registry/testing-oats.yml @@ -11,8 +11,8 @@ tags: - utilities license: Apache 2.0 description: | - OATs (OpenTelemetry Application Testing Suite) is a testing suite for OpenTelemetry applications. - Tests are written in YAML and validate traces using TraceQL, logs using LogQL, and metrics using PromQL. + OATs is a testing suite for OpenTelemetry applications. + Tests are written in YAML and validate traces with TraceQL, logs with LogQL, and metrics with PromQL. authors: - name: Gregor Zeitlinger From 5531a932c3d28700431ed9a8dd4d3db4c83826b0 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Wed, 18 Dec 2024 17:03:52 +0100 Subject: [PATCH 3/7] add oats --- data/registry/testing-oats.yml | 2 ++ static/refcache.json | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/data/registry/testing-oats.yml b/data/registry/testing-oats.yml index 03faa99b7f70..ab633fba18d7 100644 --- a/data/registry/testing-oats.yml +++ b/data/registry/testing-oats.yml @@ -17,6 +17,8 @@ description: | authors: - name: Gregor Zeitlinger email: gregor.zeitlinger@grafana.com + - name: Matthew Hensley + email: matthew.hensley@grafana.com urls: repo: https://github.com/grafana/oats createdAt: 2024-12-18 diff --git a/static/refcache.json b/static/refcache.json index 3a957123bb8f..696de62c6e50 100644 --- a/static/refcache.json +++ b/static/refcache.json @@ -5275,6 +5275,10 @@ "StatusCode": 200, "LastSeen": "2024-04-10T00:09:52.054124+02:00" }, + "https://github.com/grafana/oats": { + "StatusCode": 206, + "LastSeen": "2024-12-18T17:02:27.523912263+01:00" + }, "https://github.com/gramidt": { "StatusCode": 200, "LastSeen": "2024-08-09T11:17:22.503536+02:00" From f70c009e0d8f43a7f161c04e6a09797cb7a01829 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Wed, 18 Dec 2024 17:08:51 +0100 Subject: [PATCH 4/7] add oats --- data/registry/testing-oats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/registry/testing-oats.yml b/data/registry/testing-oats.yml index ab633fba18d7..97918f5a58af 100644 --- a/data/registry/testing-oats.yml +++ b/data/registry/testing-oats.yml @@ -1,4 +1,4 @@ -# cSpell:ignore # add words unknown to cspell, remove this line if not required +# cSpell:ignore Zeitlinger title: OpenTelemetry Acceptance Tests (OATs) registryType: testing language: all From 716b9fe124625dfe1fe79d9c4deed7381493bd5b Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Thu, 19 Dec 2024 08:24:40 +0100 Subject: [PATCH 5/7] Apply suggestions from code review Co-authored-by: Severin Neumann --- data/registry/testing-oats.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/registry/testing-oats.yml b/data/registry/testing-oats.yml index 97918f5a58af..d5e7cf2f7e43 100644 --- a/data/registry/testing-oats.yml +++ b/data/registry/testing-oats.yml @@ -1,7 +1,7 @@ # cSpell:ignore Zeitlinger title: OpenTelemetry Acceptance Tests (OATs) -registryType: testing -language: all +registryType: utilities +language: go tags: - collector - testing @@ -17,6 +17,7 @@ description: | authors: - name: Gregor Zeitlinger email: gregor.zeitlinger@grafana.com + url: https://github.com/zeitlinger - name: Matthew Hensley email: matthew.hensley@grafana.com urls: From c645a054a524c97eab1ac464398e6310b129c75a Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Thu, 19 Dec 2024 08:28:26 +0100 Subject: [PATCH 6/7] add oats --- data/registry/{testing-oats.yml => tools-go-oats.yml} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename data/registry/{testing-oats.yml => tools-go-oats.yml} (79%) diff --git a/data/registry/testing-oats.yml b/data/registry/tools-go-oats.yml similarity index 79% rename from data/registry/testing-oats.yml rename to data/registry/tools-go-oats.yml index d5e7cf2f7e43..77e8935117e7 100644 --- a/data/registry/testing-oats.yml +++ b/data/registry/tools-go-oats.yml @@ -1,4 +1,4 @@ -# cSpell:ignore Zeitlinger +# cSpell:ignore Grcevski Zeitlinger title: OpenTelemetry Acceptance Tests (OATs) registryType: utilities language: go @@ -16,10 +16,11 @@ description: | authors: - name: Gregor Zeitlinger - email: gregor.zeitlinger@grafana.com url: https://github.com/zeitlinger - name: Matthew Hensley - email: matthew.hensley@grafana.com + url: https://github.com/matt-hensley + - name: Nikola Grcevski + url: https://github.com/grcevski urls: repo: https://github.com/grafana/oats createdAt: 2024-12-18 From 00b9defd673cfb08deb1b1a8bdb427438f8ad9b1 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Thu, 19 Dec 2024 08:33:18 +0100 Subject: [PATCH 7/7] add oats --- data/registry/tools-go-oats.yml | 2 +- static/refcache.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/data/registry/tools-go-oats.yml b/data/registry/tools-go-oats.yml index 77e8935117e7..b8f927c28cdd 100644 --- a/data/registry/tools-go-oats.yml +++ b/data/registry/tools-go-oats.yml @@ -1,4 +1,4 @@ -# cSpell:ignore Grcevski Zeitlinger +# cSpell:ignore Grcevski Nikola Zeitlinger title: OpenTelemetry Acceptance Tests (OATs) registryType: utilities language: go diff --git a/static/refcache.json b/static/refcache.json index 696de62c6e50..1a31254056e0 100644 --- a/static/refcache.json +++ b/static/refcache.json @@ -5967,6 +5967,10 @@ "StatusCode": 200, "LastSeen": "2024-08-07T15:52:27.50174+02:00" }, + "https://github.com/matt-hensley": { + "StatusCode": 206, + "LastSeen": "2024-12-19T08:30:32.838752977+01:00" + }, "https://github.com/mauriciovasquezbernal": { "StatusCode": 200, "LastSeen": "2024-08-09T11:17:34.610601+02:00"