forked from jaegertracing/jaeger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implemented support for incomplete spans
- span types have a new attribute incomplete - spans without given incomplete attribute will default to false - backwards compatible with old clients - breaking change for es and cassandra schemas - generated thrift types are up to date in this pr - detailled concept described in jaegertracing#729 - based on pull request jaegertracing#728 Signed-off-by: Martin Foerster <martin@atroo.de>
- Loading branch information
Showing
18 changed files
with
5,102 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"main.css": "static/css/main.48b9d335.css", | ||
"main.css.map": "static/css/main.48b9d335.css.map", | ||
"main.js": "static/js/main.f7fc3193.js", | ||
"main.js.map": "static/js/main.f7fc3193.js.map", | ||
"static/js/0.03cf6b4e.chunk.js": "static/js/0.03cf6b4e.chunk.js", | ||
"static/js/0.03cf6b4e.chunk.js.map": "static/js/0.03cf6b4e.chunk.js.map", | ||
"static/media/flags.png": "static/media/flags.9c74e172.png", | ||
"static/media/icons.eot": "static/media/icons.674f50d2.eot", | ||
"static/media/icons.svg": "static/media/icons.912ec66d.svg", | ||
"static/media/icons.ttf": "static/media/icons.b06871f2.ttf", | ||
"static/media/icons.woff": "static/media/icons.fee66e71.woff", | ||
"static/media/icons.woff2": "static/media/icons.af7ae505.woff2", | ||
"static/media/jaeger-logo.svg": "static/media/jaeger-logo.c596f5b8.svg" | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="cache-control" content="max-age=0"/><meta http-equiv="cache-control" content="no-cache"/><meta http-equiv="expires" content="0"/><meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT"/><meta http-equiv="pragma" content="no-cache"/><link rel="shortcut icon" href="/favicon.ico"><title>Jaeger UI</title><script>// Jaeger UI config data is embedded by the query-service. This is | ||
// later merged with defaults into the redux `state.config` via | ||
// src/utils/config/get-config.js. The default provided by the query | ||
// service should be an empty object or it can leave `DEFAULT_CONFIG` | ||
// unchanged. | ||
function getJaegerUiConfig() { | ||
const DEFAULT_CONFIG = null; | ||
const JAEGER_CONFIG = DEFAULT_CONFIG; | ||
return JAEGER_CONFIG; | ||
}</script><link href="/static/css/main.48b9d335.css" rel="stylesheet"></head><body><div id="jaeger-ui-root"></div><script type="text/javascript" src="/static/js/main.f7fc3193.js"></script></body></html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.