pgtask-otel 0.2.0

OpenTelemetry conventions and propagation for pgtask
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "pgtask-otel"
description = "OpenTelemetry conventions and propagation for pgtask"
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

[dependencies]
opentelemetry.workspace = true
opentelemetry_sdk.workspace = true
serde_json.workspace = true
tracing.workspace = true
tracing-opentelemetry.workspace = true

[lints]
workspace = true