Remove the need to define host
in hints autodiscovery by using proper default values
#1453
Closed
2 tasks done
Labels
Describe the enhancement:
At the moment users need to specify the
host
to collect metrics from a Pod in hints based autodiscovery.We can make the host setting optional and use as the default the most common value which is the Pod's IP along with the proper container's port. At the moment the user needs to provide sth like
${kubernetes.pod.ip}:3601
. With this enhancement, the user would just need to define the package in hints and the defaults should be able to cover in the general case. This enhancement was identified after working on elastic/observability-docs#2198.Tasks
The text was updated successfully, but these errors were encountered: