You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, as we start work on https://github.com/elastic/elastic-agent-shipper, there's a great deal of overlapping functionality with agent, but a lot of that functionality isn't importable and/or lives in internal/ Part of that is the pprof HTTP init process, which (among other functions) is setupMetrics in internal/pkg/agent/cmd/run.go. There's also the various config objects in internal/pkg/core/monitoring/config/config.go. It would be relatively nice if we could make these more generic and move them into the elastic-agent-libs library, where we can then import them back into agent and the shipper.
The text was updated successfully, but these errors were encountered:
@jlind23 yah, I think I'm going to close this, most of these issues ended up being dealt with indirectly or by other people. We can open a different, more specific issue if there's another related part of this I've forgotten about.
This is a continuation of an issue here elastic/elastic-agent-shipper#6 (comment) that I discussed with @ph .
Basically, as we start work on https://github.com/elastic/elastic-agent-shipper, there's a great deal of overlapping functionality with agent, but a lot of that functionality isn't importable and/or lives in
internal/
Part of that is the pprof HTTP init process, which (among other functions) issetupMetrics
ininternal/pkg/agent/cmd/run.go
. There's also the various config objects ininternal/pkg/core/monitoring/config/config.go
. It would be relatively nice if we could make these more generic and move them into theelastic-agent-libs
library, where we can then import them back into agent and the shipper.The text was updated successfully, but these errors were encountered: