Uh oh!
There was an error while loading. Please reload this page.
observability: PDML + some batch write spans - #1274
Conversation
c11580f to
7dfb796Compareodeke-em
commented
Dec 27, 2024
@harshachinta@olavloite kindly help me run the bots for this PR. Thank you. |
odeke-em
commented
Dec 28, 2024
@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. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| if not HAS_OPENTELEMETRY_INSTALLED: | ||
| return |
There was a problem hiding this comment.
This is not needed right since assertSpanAttributes method already checks for this condition?
There was a problem hiding this comment.
Yeah, before I was manually comparing attributes and span names but with the update that I made I no longer need it, done, thanks!
| attributes=dict( | ||
| BASE_ATTRIBUTES, table_id=TABLE_NAME, columns=tuple(COLUMNS) | ||
| ), | ||
| attributes=want_span_attributes, |
There was a problem hiding this comment.
Nothing has changed here? why not keep it the same?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
odeke-em
commented
Jan 9, 2025
@harshachinta kindly help me run the bots. Thank you |
Uh oh!
There was an error while loading. Please reload this page.
This change adds spans for Partitioned DML and making updates for Batch. Carved out from PR googleapis#1241.
odeke-em
commented
Jan 10, 2025
@harshachinta all done, kindly help me kick off the bots! |
odeke-em
commented
Jan 10, 2025
@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.