This repository has been archived by the owner on Jul 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add types for span, metrics, throttler (#336)
* Add types for span, metrics, throttler Signed-off-by: Kai Mueller <[email protected]> * Fix tags types Signed-off-by: Kai Mueller <[email protected]> * Fix reference list type Signed-off-by: Kai Mueller <[email protected]> * Fix finish_time type Signed-off-by: Kai Mueller <[email protected]> * Fix parent_id type Signed-off-by: Kai Mueller <[email protected]> * Fix flags type Signed-off-by: Kai Mueller <[email protected]> * Update jaeger_client/tracer.py Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Kai Mueller <[email protected]> * Add span_context types Signed-off-by: Kai Mueller <[email protected]> * Add types for methods Signed-off-by: Kai Mueller <[email protected]> * Update jaeger_client/span_context.py Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Kai Mueller <[email protected]> * Update jaeger_client/span_context.py Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Kai Mueller <[email protected]> * Update jaeger_client/span_context.py Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Kai Mueller <[email protected]> * Update jaeger_client/span.py Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Kai Mueller <[email protected]> * Update jaeger_client/span_context.py Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Kai Mueller <[email protected]> * Update jaeger_client/span_context.py Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Kai Mueller <[email protected]> * Update jaeger_client/span.py Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Kai Mueller <[email protected]> * Update jaeger_client/span.py Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Kai Mueller <[email protected]> * Fix imports Signed-off-by: Kai Mueller <[email protected]> * Add types for timer Signed-off-by: Kai Mueller <[email protected]> * Update jaeger_client/span.py Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Kai Mueller <[email protected]> * Fix import Signed-off-by: Kai Mueller <[email protected]> * Update jaeger_client/span.py Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Kai Mueller <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
- Loading branch information
1 parent
4ee7dcc
commit ac8e752
Showing
6 changed files
with
91 additions
and
47 deletions.
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
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