Skip to content

Commit 39e685b

Browse files
committed
Update pprof version
1 parent 8a4e5ca commit 39e685b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.cspell.json

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"deque",
3838
"Dirkjan",
3939
"EPYC",
40+
"flamegraph",
4041
"hasher",
4142
"Isobel",
4243
"jaegertracing",
@@ -53,6 +54,7 @@
5354
"OTELCOL",
5455
"OTLP",
5556
"periodicreader",
57+
"pprof",
5658
"prost",
5759
"protoc",
5860
"quantile",

opentelemetry-appender-tracing/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ criterion = { workspace = true }
2828
tokio = { workspace = true, features = ["full"]}
2929

3030
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
31-
pprof = { version = "0.13", features = ["flamegraph", "criterion"] }
31+
pprof = { version = "0.14", features = ["flamegraph", "criterion"] }
3232

3333
[features]
3434
experimental_metadata_attributes = ["dep:tracing-log"]

opentelemetry-sdk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ rstest = "0.23.0"
3939
temp-env = { workspace = true }
4040

4141
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
42-
pprof = { version = "0.13", features = ["flamegraph", "criterion"] }
42+
pprof = { version = "0.14", features = ["flamegraph", "criterion"] }
4343

4444
[features]
4545
default = ["trace", "metrics", "logs", "internal-logs"]

0 commit comments

Comments
 (0)