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 jaeger to integrations #5004

Merged
merged 3 commits into from
Aug 9, 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
22 changes: 22 additions & 0 deletions data/registry/application-integration-go-jaeger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# cSpell:ignore # add words unknown to cspell, remove this line if not required
title: Jaeger
registryType: application integration
language: go
tags:
- jaeger
- go
- tracing
urls:
repo: https://github.com/jaegertracing/jaeger
docs: https://www.jaegertracing.io/docs/1.60/monitoring/#traces
website: https://www.jaegertracing.io/
license: Apache 2.0
description:
Jaeger has the ability to trace some of its own components, namely the
requests to the Query service.
authors:
- name: Jaeger Authors
url: https://github.com/jaegertracing
createdAt: 2024-08-09
isNative: true
cncfProjectLevel: graduated
12 changes: 12 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -3111,6 +3111,14 @@
"StatusCode": 200,
"LastSeen": "2024-01-18T20:05:19.732009-05:00"
},
"https://github.com/jaegertracing": {
"StatusCode": 200,
"LastSeen": "2024-08-09T09:42:45.203596+02:00"
},
"https://github.com/jaegertracing/jaeger": {
"StatusCode": 200,
"LastSeen": "2024-08-09T09:42:42.493598+02:00"
},
"https://github.com/jaegertracing/jaeger-client-java#via-http-headers": {
"StatusCode": 200,
"LastSeen": "2024-01-30T15:24:50.932894-05:00"
Expand Down Expand Up @@ -9815,6 +9823,10 @@
"StatusCode": 206,
"LastSeen": "2024-06-04T11:05:53.067463654+02:00"
},
"https://www.jaegertracing.io/docs/1.60/monitoring/#traces": {
"StatusCode": 206,
"LastSeen": "2024-08-09T09:42:46.824519+02:00"
},
"https://www.jaegertracing.io/docs/latest/apis/": {
"StatusCode": 206,
"LastSeen": "2024-01-18T19:37:16.697232-05:00"
Expand Down
Loading