On 16/12/2020 08:06, Anthony Billones wrote:
> Hi,
>
> We have multiple containers in an instance. based on my understanding,
> we would need to add a clientlib to each of the container. Is there a
> way that we can add something to the instance, instead of per
> container, for prometheus to monitor the http requests for the ports?
Something needs to be able to count those connections to produce some
metrics.
If you aren't able to instrument the actual applications (which would be
the best option) you could also:
- Add in a proxy which has metrics
- Produce metrics from log files