-
Notifications
You must be signed in to change notification settings - Fork 92
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
observability: PDML + some batch write spans #1274
base: main
Are you sure you want to change the base?
Conversation
c11580f
to
7dfb796
Compare
@harshachinta @olavloite kindly help me run the bots for this PR. Thank you. |
@harshachinta @olavloite kindly help me re-run the bots, I had to account for Python3.7 in the tests and fixed that, all pass locally. |
tests/unit/test_snapshot.py
Outdated
if not HAS_OPENTELEMETRY_INSTALLED: | ||
return |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not needed right since assertSpanAttributes
method already checks for this condition?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, before I was manually comparing attributes and span names but with the update that I made I no longer need it, done, thanks!
tests/unit/test_snapshot.py
Outdated
attributes=dict( | ||
BASE_ATTRIBUTES, table_id=TABLE_NAME, columns=tuple(COLUMNS) | ||
), | ||
attributes=want_span_attributes, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing has changed here? why not keep it the same?
@harshachinta kindly help me run the bots. Thank you |
This change adds spans for Partitioned DML and making updates for Batch. Carved out from PR googleapis#1241.
@harshachinta all done, kindly help me kick off the bots! |
@alkatrivedi @sakthivelmanii kindly help me run the bots |
This change adds spans for Partitioned DML and making updates for Batch.
Carved out from PR #1241.