[
https://issues.apache.org/jira/browse/PHOENIX-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14121701#comment-14121701
]
Eli Levine commented on PHOENIX-1196:
-------------------------------------
Limiting the Jira to custom tracing annotations at connection level only.
The plan is to add the ability to pass in custom annotations as properties at
connection creation time. This can be done via adding them to the connecition
Properties object and optionally also support adding these to the connection
URL. Custom annotations properties will be identified by having the prefix
"Tracing.Annotation." in the property name. The rest of the property name will
be interpreted as the annotation key. Property value will be interpreted as the
annotation value.
For example:
`Tracing.Annotation.userId=123` would be traced as annotation `userId=123`.
[~jesse_yates] what do you think?
> Add ability to add custom tracing annotations for connections
> -------------------------------------------------------------
>
> Key: PHOENIX-1196
> URL: https://issues.apache.org/jira/browse/PHOENIX-1196
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Eli Levine
> Assignee: Eli Levine
> Fix For: 5.0.0, 4.1
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)