Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Don't propagate method and canonical_status for gRPC requests#566

Merged
rakyll merged 1 commit intocensus-instrumentation:masterfrom
rakyll:propagate
Mar 13, 2018
Merged

Don't propagate method and canonical_status for gRPC requests#566
rakyll merged 1 commit intocensus-instrumentation:masterfrom
rakyll:propagate

Conversation

@rakyll
Copy link
Copy Markdown
Contributor

@rakyll rakyll commented Mar 12, 2018

These tags should be created at the node and applied when recording
measurements. They shouldn't be propagated.

Fixes #541.

These tags should be created at the node and applied when recording
measurements. They shouldn't be propagated.

Fixes census-instrumentation#541.
@rakyll rakyll requested review from odeke-em and semistrict March 12, 2018 23:28
@rakyll rakyll merged commit 7ae2ca9 into census-instrumentation:master Mar 13, 2018
@rakyll rakyll deleted the propagate branch March 13, 2018 01:17
tag.Upsert(KeyMethod, methodName(fullinfo)),
func (h *ServerHandler) createTags(ctx context.Context) (context.Context, error) {
buf := stats.Tags(ctx)
if buf == nil {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if len(buf) == 0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants