Skip to content

Commit

Permalink
Change trace name fallback to be more informative (jaegertracing#192)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Farro <joef@uber.com>
Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
  • Loading branch information
tiffon committed Mar 4, 2018
1 parent 6294236 commit 936508e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
// limitations under the License.

export const FALLBACK_DAG_MAX_NUM_SERVICES = 100;
export const FALLBACK_TRACE_NAME = '<cannot-find-trace-name>';
export const FALLBACK_TRACE_NAME = '<trace-without-root-span>';

0 comments on commit 936508e

Please sign in to comment.