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
…luxdata#2018)
* fixed parsing of docker image name/version
now accounts for custom docker repo's which contain a colon for a non-default port
* 1978: modifying docker test case to have a custom repo with non-standard port
* using a temp var to store index, ran gofmt
* fixesinfluxdata#1987, renaming iterator to 'i'
* fixed parsing of docker image name/version
now accounts for custom docker repo's which contain a colon for a non-default port
* 1978: modifying docker test case to have a custom repo with non-standard port
* using a temp var to store index, ran gofmt
* fixes#1987, renaming iterator to 'i'
Bug report
The docker input plugin splits the image name and image version at the colon.
python:3
results in
container_image: python
container_version: 3
but the image name may contain a private registry url which contains a port, also with a colon for separation.
eg.
registry.domain.com:5000/monitoring/cadvisor:internal.0.23
This results in
container_image: registry.domain.com:
container_version: 5000/monitoring/cadvisor
System info:
Telegraf Docker image telegraf:alpine
The text was updated successfully, but these errors were encountered: