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 4 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
zeitlinger marked this conversation as resolved.
Show resolved Hide resolved
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
zeitlinger marked this conversation as resolved.
Show resolved Hide resolved
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
zeitlinger marked this conversation as resolved.
Show resolved Hide resolved
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]
zeitlinger marked this conversation as resolved.
Show resolved Hide resolved
- 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