Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Fix dependency properties for Azure Monitor Trace Exporter #15

Merged
merged 2 commits into from
Nov 25, 2019

Conversation

lzchen
Copy link
Contributor

@lzchen lzchen commented Nov 22, 2019

Addresses [#14]

data.datais url.
data.target is host:port
data.name is METHOD/path

Copy link
Member

@lmolkova lmolkova left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -134,8 +134,16 @@ def span_to_envelope(self, span): # noqa pylint: disable=too-many-branches
data.type = "HTTP" # TODO
Copy link
Member

@lmolkova lmolkova Nov 23, 2019

Choose a reason for hiding this comment

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

oh, would you mind fixing this one too in this PR? Or should I create another issue similar to census-instrumentation/opencensus-python#825?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will fix this here! :)

Copy link
Member

@lmolkova lmolkova left a comment

Choose a reason for hiding this comment

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

left a comment about dependency type HTTP for all client spans

@lzchen lzchen merged commit 65e0492 into microsoft:master Nov 25, 2019
@lzchen lzchen deleted the fix-deps branch November 25, 2019 16:52
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.

2 participants