Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OATs to registry #5819

Merged
merged 7 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions data/registry/tools-go-oats.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# cSpell:ignore Grcevski Nikola Zeitlinger
title: OpenTelemetry Acceptance Tests (OATs)
registryType: utilities
language: go
tags:
- collector
- testing
- traces
- logs
- metrics
- utilities
license: Apache 2.0
description: |
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
url: https://github.com/zeitlinger
- name: Matthew Hensley
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
8 changes: 8 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -5963,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"
Expand Down
Loading