Alex

Results 21 comments of Alex

> An additional comment: > > I can see that Dockerfile have a line like this: > `COPY . /usr/src/app` > > This means that it copies the complete repository...

> This would allow for internal metrics to be monitored from prom. > > This could be useful when there's a large number of ephemeral hosts, and other backends may...

Would `pkg/web` be the right place to make the changes, or is there a more suitable directory where I can add the HTTP server with Prometheus to?

When you said if it's enabled, do you mean if the flag for such as `enablePrometheus` is set to `true`? For example, in the `NewHttpServer` function in `pkg/web/httpservers.go`, we have...

now in 2022, would still love to see a complete e2e example with network!

> I have addressed this in #389 (please note that I removed the `IdentType` for functions is now available via `Symbols::file_mods`. Sounds good, let me push the fixes using the...

> I do not get the parameter name auto-completion Sorry, what do you mean by parameter name auto-completion? Is this addressed in your #389 PR already?

Given the cursor position of the current line, I need to find out the function name and the corresponding module that it belongs. It seems like I can reuse some...

> I thought that you could simply use `Symbols::file_mods`. In most cases there will be one module per file, and even if there isn't, iterating over the list of modules...

> First off, it may make sense to special-case implementation for one-module-per-file - we don't have to worry about multiple modules in this case (which should be the common case)....