Skip to content

Tags: spacemonkeygo/monkit

Tags

v3.0.24

Toggle v3.0.24's commit message
add monkit:ignore tag for structs

v3.0.23

Toggle v3.0.23's commit message
present: include elapsed time in json

When requesting json output from data monitoring pipelines it's useful
to get the exact elapsed time, similarly to ps output.

v3.0.22

Toggle v3.0.22's commit message
.github,misc: make tinygo work

v3.0.21

Toggle v3.0.21's commit message
.github: also check wasm

v3.0.20

Toggle v3.0.20's commit message
.github: fix workflow

v3.0.19

Toggle v3.0.19's commit message
present: fix svg span layout

the parent id api changes introduced a bug. this fixes that bug.

v3.0.18

Toggle v3.0.18's commit message
fixes for live trace selection

v3.0.17

Toggle v3.0.17's commit message
present: remove auto-refresh

v3.0.16

Toggle v3.0.16's commit message
monkit: add context-sensitive delta calculations.

one downside with the previous delta implementation is that if
two different metric outputs were in use (e.g. a udp packet sink
and prometheus scraping), the delta would get reset in between
different outputs, instead of being output-specific.

this change rethinks delta calculations as being a context-specific
transform applied on top of existing metrics. this allows for
different output styles to have their own transforms applied.

one downside of this change is deltas go away without downstream
changes, so go.mod shouldn't be bumped to this version without
appropriate changes to include the DeltaTransformer in the right
calls to (*Registry).WithTransformers

v3.0.15

Toggle v3.0.15's commit message
monkit: add context-sensitive delta calculations.

one downside with the previous delta implementation is that if
two different metric outputs were in use (e.g. a udp packet sink
and prometheus scraping), the delta would get reset in between
different outputs, instead of being output-specific.

this change rethinks delta calculations as being a context-specific
transform applied on top of existing metrics. this allows for
different output styles to have their own transforms applied.

one downside of this change is deltas go away without downstream
changes, so go.mod shouldn't be bumped to this version without
appropriate changes to include the DeltaTransformer in the right
calls to (*Registry).WithTransformers