Pavol Noha

Results 148 comments of Pavol Noha

@n1ru4l Looks like invalid data format according backend API spec were returned. Do you remember which API responded with `Malformed application/json in :muuntaja/encode` ? It would be best to include...

@n1ru4l Thanks. The logs are related to DB not statistics in this case so this is not relevant info. `/services/cpu` & `/services/memory` endpoints might be the case. Although it would...

@n1ru4l Plain text is most probably stacktrace ..

Is `swarmpit_agent` running on that node ? Can you share your stackfile please ?

Looks solid. Can you share agent logs from the worker node ?

Looks like agent can't connect to Swarmpit. Probably some network issue with your cluster setup.

@rshahrami Not sure. Most probably some issue with overlay network.

The problem is that swarmpit agent can't see swarmpit. See this [section](https://github.com/swarmpit/agent#parameters) ``` EVENT_ENDPOINT - default to http://app:8080/events HEALTH_CHECK_ENDPOINT - default to http://app:8080/version ``` You have to probably change default...

It is in ideal world. But maybe something on network layer causing the issue with overlay network. You have to debug the problem yourself. Simply try to deploy new service...

@amir-abdi 1. Agents send events and statistics back to Swarmpit so this is one way: `swarmpit_agent -> swarmpit_app` 2. Swarmpit call Agents in order to get service logs: `swarmpit_app ->...