#Is it possible to run two service containers?

1 messages · Page 1 of 1 (latest)

marsh light
#

Hello,

I'm trying to run two service containers and it seems like my last test is never executed.

I've attached the code I'm trying to run.

I can see the output from both Loki and Agent, but it seems like the go test container gets stuck. Is is allowed to have two service bindings? And how can I debug this further?

EDIT: It seems something is happening when starting agent which and makes the go test not able to start

marsh light
#

Solved the issue. Needed to set the --server.http.listen-addr=0.0.0.0:12345 flag to grafana agent. Did not work with default which was 127.0.0.1

hearty hedge
#

@marsh light , just want to confirm. Your tests did run but they weren't showing up in Grafana since you had a bug in how you sent the data?