Skip to content

Commit

Permalink
Change trace name fallback to be more informative (#192)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Farro <joef@uber.com>
  • Loading branch information
tiffon authored Mar 4, 2018
1 parent 4e7fc85 commit 2e6d1a4
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 2e6d1a4

Please sign in to comment.