-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
GCP CloudSQL Commenter add a couple of keys e.g. action, route etc which are visible in CloudSQL Query insights. In those keys, action key is very interesting. It would be wonderful if we can add more comments to the query.
I have been playing the library a little bit but I can't seem to wrap to head around this line.
Line 61 in dc43389
| c.propagator.Inject(ctx, &cc) |
My debugging investigation shows that traceparent becomes available in context after this line. I believe this happens because we are instantiating it with propagation.NewCompositeTextMapPropagator()
Is there a way we can set more keys for commentCarrier when setting the context of the query?
PS: thankyou for the wonderful work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request