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

AWS X-Ray exporter: Only convert SQL information for SQL databases. #379

Merged
merged 1 commit into from
Jul 7, 2020

Conversation

anuraaga
Copy link
Contributor

@anuraaga anuraaga commented Jul 1, 2020

Description:
Currently, we fill in the X-Ray sql field for any database. However, it's only meant for SQL databases - notably, if it's filled for a redis database, X-Ray displays it incorrectly as a Database::SQL.

@anuraaga anuraaga requested a review from a team July 1, 2020 08:09
Copy link
Member

@dmitryax dmitryax left a comment

Choose a reason for hiding this comment

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

Please add "AWS X-Ray exporter" to the commit and PR names.

@anuraaga anuraaga changed the title Only convert SQL information for SQL databases. AWS X-Ray exporter: Only convert SQL information for SQL databases. Jul 7, 2020
@anuraaga
Copy link
Contributor Author

anuraaga commented Jul 7, 2020

@dmitryax Sure done

@codecov
Copy link

codecov bot commented Jul 7, 2020

Codecov Report

Merging #379 into master will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #379      +/-   ##
==========================================
- Coverage   83.92%   83.90%   -0.03%     
==========================================
  Files         178      178              
  Lines        9520     9520              
==========================================
- Hits         7990     7988       -2     
- Misses       1202     1203       +1     
- Partials      328      329       +1     
Flag Coverage Δ
#integration 63.31% <ø> (ø)
#unit 83.70% <100.00%> (-0.03%) ⬇️
Impacted Files Coverage Δ
exporter/awsxrayexporter/translator/sql.go 94.28% <100.00%> (ø)
receiver/carbonreceiver/transport/tcp_server.go 65.71% <0.00%> (-1.91%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4f2808d...e64bdaa. Read the comment docs.

@bogdandrutu bogdandrutu merged commit 4162d00 into open-telemetry:master Jul 7, 2020
wyTrivail referenced this pull request in mxiamxia/opentelemetry-collector-contrib Jul 13, 2020
mxiamxia referenced this pull request in mxiamxia/opentelemetry-collector-contrib Jul 22, 2020
Shutdown() method is added so that we can implement proper
pipeline flushing during collector shutdown. This will be done
in a future PR.
ljmsc referenced this pull request in ljmsc/opentelemetry-collector-contrib Feb 21, 2022
…Span (#379)

Signed-off-by: vineeth <vineethpothulapati@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants