Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenTelemetry plugin #7703

Merged
merged 32 commits into from
Jan 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
5ce4164
Introducing change_context to replace set_current_span
lmazuel Oct 8, 2019
cf76954
OpenTelemetry plugin:first pass
lmazuel Oct 8, 2019
bc31715
Plug OpenTelemetry in azure-core
lmazuel Oct 8, 2019
1e4457a
Restore proper settings and tracing tests in azure-core
lmazuel Oct 8, 2019
b160216
Create HttpSpanMixin
lmazuel Oct 8, 2019
724daff
Need opentelemetry-sdk for testing
lmazuel Oct 8, 2019
788a339
WIP core test
lmazuel Oct 9, 2019
22b8b93
Merge branch 'master' into opentelemetry
lmazuel Oct 11, 2019
3989a21
Merge remote-tracking branch 'origin/master' into opentelemetry
lmazuel Nov 13, 2019
94b5dd1
Use stable azure-core
lmazuel Nov 13, 2019
88b499f
Support Python 3.8
lmazuel Nov 13, 2019
de574d1
OT Readme
lmazuel Nov 13, 2019
16cce5d
Do not include YAML
lmazuel Nov 13, 2019
151354d
Dependency update
lmazuel Nov 13, 2019
84e4a67
Merge remote-tracking branch 'origin/master' into opentelemetry
lmazuel Dec 20, 2019
9639646
Update dep
lmazuel Dec 20, 2019
d46c47b
Add decorator tests in azure-core
lmazuel Dec 20, 2019
1ce3b56
Remove OpenCensus specific tests
lmazuel Dec 20, 2019
1f5f92a
Remove useless OpenCensus tests
lmazuel Dec 20, 2019
c40e9c5
OT testing
lmazuel Dec 20, 2019
7f65e8c
Versionning
lmazuel Dec 20, 2019
15f3745
Fix Link for OT
lmazuel Dec 23, 2019
3026eb2
Fix setup.py
lmazuel Dec 23, 2019
deeaea0
pylint
lmazuel Dec 24, 2019
8672bcc
Dependency work
lmazuel Dec 24, 2019
83bd6e5
pylint
lmazuel Dec 24, 2019
9fe77f7
Need Python 3.x at least
lmazuel Dec 26, 2019
399cac9
Merge remote-tracking branch 'origin/master' into opentelemetry
lmazuel Jan 9, 2020
00e94c6
Remove diff with master
lmazuel Jan 9, 2020
afd12fa
Remove core changes
lmazuel Jan 11, 2020
dde3859
Feedback
lmazuel Jan 13, 2020
ac63f18
Clarify tests
lmazuel Jan 13, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

31 changes: 0 additions & 31 deletions sdk/core/azure-core-tracing-opencensus/tests/conftest.py

This file was deleted.

49 changes: 0 additions & 49 deletions sdk/core/azure-core-tracing-opencensus/tests/test_settings.py

This file was deleted.

Loading