#not really, tl;dr we're at a point where

1 messages ยท Page 1 of 1 (latest)

lucid parrot
#

sorry, a couple random questions for this ๐Ÿ˜„

  • have you tried using OTEL metrics? have heard various... not positive reviews of them, but potentially quite interesting. buildkit is also starting to add quite a few integration points with these (measuring file transfer time, etc)
sour quail
#

haven't tried yet but it's in the cards! I remember you bringing metrics up as something that'd be cool to see in Cloud, and agree

#

(like CPU/RAM/etc)

lucid parrot
#

(and have it integrate through deep into the dagger stack)

lucid parrot
sour quail
#

I've prioritized making it easy to configure on the CLI side without having to touch the engine; it'll proxy data out from the engine, through to the CLI (which it already has to do for the TUI), and then to the CLI's locally configured exporter, set with the standard OTEL_ env vars

sour quail
#

right right, like basically having everything show up in this span?

lucid parrot
#

yes ๐Ÿ˜„

sour quail
#

if it's doing "standard otel things" (setting $TRACEPARENT, $OTEL_) it should just work

lucid parrot
#

aha, awesome ๐Ÿ˜„
thanks for indulging me for a moment!