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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
24 changes: 24 additions & 0 deletions data/registry/testing-oats.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename to tools-go-oats.yml

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# cSpell:ignore Zeitlinger
title: OpenTelemetry Acceptance Tests (OATs)
registryType: testing

Check failure on line 3 in data/registry/testing-oats.yml

View workflow job for this annotation

GitHub Actions / REGISTRY validation

Registry Schema Validation

must be equal to one of the allowed values
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
registryType: testing
registryType: utilities

language: all

Check failure on line 4 in data/registry/testing-oats.yml

View workflow job for this annotation

GitHub Actions / REGISTRY validation

Registry Schema Validation

must be equal to one of the allowed values
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
language: all
language: go

this is the language the tool is built with... not perfect but what we do today

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
email: [email protected]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
email: [email protected]
email: [email protected]
url: https://github.com/zeitlinger

the url will be clickable

- name: Matthew Hensley
email: [email protected]
urls:
repo: https://github.com/grafana/oats
createdAt: 2024-12-18
4 changes: 4 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
Loading