Joshua Powers
Joshua Powers
@phemmer, Did you have a fix in mind for this? As there can be multiple database, should the tag be removed entirely? Or some attempt be made to add the...
> I don't see a purpose of this as it only serves to make the config more complicated (and confusing). Agreed on this point. Can you take a look at:...
Hi, It looks like this was added to the library Telegraf uses [here](https://github.com/jackc/pgx/issues/451). I tried launching a container with `docker run --rm --name postgres --net host -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=password...
next steps: need to determine what cmd to run to verify health of telegraf while in a container and then update the dockerfiles we use to include the `HEALTHCHECK` option
Hi, Thanks for the feature request. Our variable substitution is fairly simple as you have discovered. This is not something built into TOML today, so it a bit of a...
next steps: current plugin has a hard-coded list of level. Need to determine if there is a way to look up if something was handled or if there are additional...
next steps: look to add some additional integration tests
next steps: continue adding tests to check off the remaining functions listed above
Hi, The Windows services are looked up using Go's windows services tools. There may not be anything Telegraf can even do about this, but the next step would be to...
@R290, Is this the first time you have noticed this, or has this always been this way? I want to understand if we made a change that caused this or...