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
I have Collector and an example app to send metrics from configured in a docker-compose.yaml file as below. I can't get the app to send metrics to the collector and keep getting the error: Transient error StatusCode.UNAVAILABLE encountered while exporting metrics.
I have tried without the endpoint, and endpoint set to 0.0.0.0:4318 with no luck.
Inspecting on docker confirms that the two containers are in fact on the same network. Any help is much appreciated. I would be willing to try and contribute to fix this if it is in fact a bug and if anyone has any pointers. Thank you.
The text was updated successfully, but these errors were encountered:
I have Collector and an example app to send metrics from configured in a docker-compose.yaml file as below. I can't get the app to send metrics to the collector and keep getting the error: Transient error StatusCode.UNAVAILABLE encountered while exporting metrics.
Here is my docker-compose.yaml
And here is my collector config
I have tried without the endpoint, and endpoint set to 0.0.0.0:4318 with no luck.
Inspecting on docker confirms that the two containers are in fact on the same network. Any help is much appreciated. I would be willing to try and contribute to fix this if it is in fact a bug and if anyone has any pointers. Thank you.
The text was updated successfully, but these errors were encountered: