Tracking Issue for Attributes being Experimental.
See original GitHub issueIn #1700 it was decided that Attributes
is still experimental. This issue is acts the the reference from the source code.
Issue Analytics
- State:
- Created 7 years ago
- Comments:24 (17 by maintainers)
Top Results From Across the Web
Using eye tracking to account for attribute non-attendance in ...
Abstract: This study uses eye-tracking measures to account for attribute non-attendance (ANA) in choice experiments. Using the case of sustainability labelling ...
Read more >Using eye tracking to account for attribute non-attendance in ...
This study uses eye-tracking measures to account for attribute non-attendance (ANA) in choice experiments. Using the case of sustainability labelling on coffee, ...
Read more >Attribute Non-Attendance as an Information Processing ...
Discrete choice experiments (CE) are now a common tool for measuring economic preferences and values for both market and non-market goods in transportation...
Read more >Learning Attribute-Specific Representations for Visual Tracking
After being trained on the VOT datasets, the pro- ... we show that tracking challenges (also known as attributes) ... Experiments show that....
Read more >Equalizing bias in eliciting attribute weights in multiattribute ...
5 EXPERIMENTAL STUDIES. 5.1 Decision problem scenario. This study uses a public transportation mode selection problem, the main aim being to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
API review:
With those tweaks, looks good to stabilize.
The thing is that attribute keys don’t have a name. The string passed is a debug string. We could maybe add some more language to
Attributes.Key
to at least mention “uses reference equality” like we do forCallOptions.Key
or fuller text like we have inContext.Key
(although that full text requireskeys()
to be removed).Attributes is generic and used in multiple different circumstances. The ones listed in
Grpc
may not be exhaustive. A specific transport can have its own, for example. But it does seem we could add a breadcrumb in the {Client,Server}Call.getAttributes() javadoc to point toGrpc
as the source of some of the common attributes. We should change the debug string to also be the API name for the key; if you saw the debug string asio.grpc.Grpc.TRANSPORT_ATTR_REMOTE_ADDR
then the way to use it becomes obvious.