Skip to content

Commit

Permalink
Flamegraph visualisation works with sub-second units (#986)
Browse files Browse the repository at this point in the history
* chore: bump @pyroscope/flamegraph

Signed-off-by: pavelpashkovsky <pavelpashkovsky@gmail.com>

* chore: bump @pyroscope/flamegraph@0.21.1

Signed-off-by: pavelpashkovsky <pavelpashkovsky@gmail.com>

* chore: bump @pyroscope/flamegraph@0.21.4

Signed-off-by: pavelpashkovsky <pavelpashkovsky@gmail.com>

Signed-off-by: pavelpashkovsky <pavelpashkovsky@gmail.com>
  • Loading branch information
pavelpashkovsky committed Sep 8, 2022
1 parent a7b2386 commit bbe7b3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/jaeger-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@jaegertracing/plexus": "0.2.0",
"@pyroscope/flamegraph": "0.18.4",
"@pyroscope/flamegraph": "0.21.4",
"@types/classnames": "^2.2.7",
"@types/deep-freeze": "^0.1.1",
"@types/history": "^4.7.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`<TraceFlamegraph /> renders as expected 1`] = `
<div
className="Flamegraph-wrapper"
>
<dg
<Fg
colorMode="light"
profile={
Object {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1517,10 +1517,10 @@
universal-user-agent "^2.0.0"
url-template "^2.0.8"

"@pyroscope/flamegraph@0.18.4":
version "0.18.4"
resolved "https://registry.yarnpkg.com/@pyroscope/flamegraph/-/flamegraph-0.18.4.tgz#23159efc9edaab7f41c99d298fc9ac1c53152277"
integrity sha512-9wnzajNx5Uw9bQy1ocmx7LkJA6BNaBwWjSkHf3I73GUar2sMf4GOrkBkrb1Cy7CWdNpEHn3+nOz1lU/1Rehnfg==
"@pyroscope/flamegraph@0.21.4":
version "0.21.4"
resolved "https://registry.yarnpkg.com/@pyroscope/flamegraph/-/flamegraph-0.21.4.tgz#4b185854ee50767d5279baa16b58a29f9fcb3de1"
integrity sha512-/wkTHhBNapnnuLWQ40PyHa1pz8jVMmiLYO12Ak7qq1JhgVEccE39XrQMTkcFlM4FdpqM4/1w6U7fm4xebUAzZw==

"@sinonjs/commons@^1", "@sinonjs/commons@^1.0.2", "@sinonjs/commons@^1.4.0":
version "1.4.0"
Expand Down

0 comments on commit bbe7b3f

Please sign in to comment.