-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems to modify metrics #47
Comments
If the container is restarting there are probably more logs. Make sure you capture those to understand why its failing and/or share them here, raising the level to debug if needed. No particular reason why this approach should fail so this might be configuration related. |
Second thought - make sure the Loki container actually works - there were changed to the configuration format and location recently. Or perhaps try the |
Without raising the debug level, the log throws a lot of this:
Now I will change to the version compiled by me and I will test again. |
I can't find anything useful in the log with debug level at "debug". Maybe i'm not seeing the right log ( |
Cannot reproduce this. Just built a release and its working fine in a container. |
@lmangani can't reproduce. Just build latest heplify-server master and used a pg only docker container. |
The procedure I use is as follows: 1.- I build the latest heplify-server master. 2.- I replaced the file in the corresponding docker: 3.- I corrected the permissions: 4.- Restart the container: I try to stop all the containers and start again but I have the same result. I'm a beginner with docker, what does pg only docker mean? |
PG only means a docker container only for postgres. For example this one: |
Hello,
I am running the hep-grafana-loki docker version of Homer7.
I need to make some modifications to the Heplify-server metrics so I downloaded the source from: https://github.com/sipcapture/heplify-server and without modifying it, I compiled it.
The problem is that by changing the heplify-server executable by the compiled one and restarting the container, it is continually restarting.
On the console I get messages that contains:
invalid input syntax for type json
Is there any incompatibility between the two versions of the server? Should I delete the databases and start them from scratch when I change the executable?
Thanks
The text was updated successfully, but these errors were encountered: