mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-05 22:09:56 +08:00
updating changelogs and version to 1.9.1-0.28b1 (#887)
* updating changelogs and version to 1.9.1-0.28b1 * Update CHANGELOG.md Co-authored-by: Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca> * Update CHANGELOG.md Co-authored-by: Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca> Co-authored-by: Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca>
This commit is contained in:
@ -43,7 +43,7 @@ install_requires =
|
||||
ddtrace>=0.34.0,<0.47.0
|
||||
opentelemetry-api ~= 1.3
|
||||
opentelemetry-sdk ~= 1.3
|
||||
opentelemetry-semantic-conventions == 0.28b0
|
||||
opentelemetry-semantic-conventions == 0.28b1
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
|
@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
__version__ = "0.28b0"
|
||||
__version__ = "0.28b1"
|
||||
|
@ -168,13 +168,13 @@ class TestDatadogSpanExporter(unittest.TestCase):
|
||||
parent_id = 0x1111111111111111
|
||||
other_id = 0x2222222222222222
|
||||
|
||||
base_time = 683647322 * 10 ** 9 # in ns
|
||||
base_time = 683647322 * 10**9 # in ns
|
||||
start_times = (
|
||||
base_time,
|
||||
base_time + 150 * 10 ** 6,
|
||||
base_time + 300 * 10 ** 6,
|
||||
base_time + 150 * 10**6,
|
||||
base_time + 300 * 10**6,
|
||||
)
|
||||
durations = (50 * 10 ** 6, 100 * 10 ** 6, 200 * 10 ** 6)
|
||||
durations = (50 * 10**6, 100 * 10**6, 200 * 10**6)
|
||||
end_times = (
|
||||
start_times[0] + durations[0],
|
||||
start_times[1] + durations[1],
|
||||
|
@ -43,7 +43,7 @@ install_requires =
|
||||
rich>=10.0.0
|
||||
opentelemetry-api ~= 1.3
|
||||
opentelemetry-sdk ~= 1.3
|
||||
opentelemetry-semantic-conventions == 0.28b0
|
||||
opentelemetry-semantic-conventions == 0.28b1
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
|
@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
__version__ = "0.28b0"
|
||||
__version__ = "0.28b1"
|
||||
|
Reference in New Issue
Block a user