Skip to content

Commit

Permalink
implemented support for incomplete spans
Browse files Browse the repository at this point in the history
- 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
phal0r committed Aug 19, 2018
1 parent c50fe1b commit 6eaa217
Show file tree
Hide file tree
Showing 18 changed files with 5,102 additions and 1 deletion.
15 changes: 15 additions & 0 deletions jaeger-ui-build/build/asset-manifest.json
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 added jaeger-ui-build/build/favicon.ico
Binary file not shown.
10 changes: 10 additions & 0 deletions jaeger-ui-build/build/index.html
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>
1 change: 1 addition & 0 deletions jaeger-ui-build/build/service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

356 changes: 356 additions & 0 deletions jaeger-ui-build/build/static/css/main.48b9d335.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions jaeger-ui-build/build/static/css/main.48b9d335.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions jaeger-ui-build/build/static/js/0.03cf6b4e.chunk.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions jaeger-ui-build/build/static/js/0.03cf6b4e.chunk.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions jaeger-ui-build/build/static/js/main.f7fc3193.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions jaeger-ui-build/build/static/js/main.f7fc3193.js.map

Large diffs are not rendered by default.

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.
Loading

0 comments on commit 6eaa217

Please sign in to comment.