forked from couchbase/gocb
-
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.
GOCBC-312: Add server correlation ids to ThresholdLogTracer spans
Motivation ---------- Server logs, and responses, contain correlation IDs which can be used to track operations. The ThresholdLogTracer spans should contain these IDs so that operations can be matched up from SDK to server. Changes ------- Added last_operation_id and last_local_id fields to the ThresholdLogTracer spans. Altered n1ql and analytics stream spans to set last_operation_id. Change-Id: I1e2f570af3565ae201b0a52abe74c3e49d4ac61e Reviewed-on: http://review.couchbase.org/94977 Reviewed-by: Mike Goldsmith <goldsmith.mike@gmail.com> Tested-by: Charles Dixon <chvckd@gmail.com>
- Loading branch information
Showing
3 changed files
with
23 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
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
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