Heplify server and influxDB #436
Replies: 3 comments 3 replies
-
Hello @jmillican61 Thanks for opening this topic and indeed, when we opened up Homer to be dynamic and support multiple data options we knew it might cause confusion but at the same time promote a deeper thirst for education and understanding of the connected platforms, their weaknesses and strengths, etc. Happy to start answering your questions to begin with:
How to push HEP metrics to InfluxDBIn your specific case, I would suggest focusing on the following blocks from our default Telegraf config example
The above configuration only requires the
That's basically it. Metrics should appear as soon as traffic hits the circuit. |
Beta Was this translation helpful? Give feedback.
-
We can't guess what you are seeing :) Feel free to provide some data examples. This said, you might just have the wrong expectations here. In a nutshell, heplify-servers is stateless and raw, it reports statistics on the protocols/methods it observes plus the statistics it receives from endpoints. Most of the useful session math is featured in the homer grafana prometheus dashboard examples, they are easy to convert to other formats as the timeseries are basically the same. Note: If you need actual realtime session/call/registration tracking and advanced reporting, you might have to look into our sponsor HEPIC which features the same connectors but operates in a passive stateful mode (commercial) |
Beta Was this translation helpful? Give feedback.
-
I would say the |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am having trouble figuring out how to use influxDB as the backing store for Heplify-server. I have seen numerous posts around the web about how to use influxdb with homer-app but none that I have found have shown how to get the data into InfluxDB, at least none that I have been able to understand.
Are there any "for dummies" type docs for getting heplify-server to insert data to InfluxDB? Or, if anyone can help me get started in the right direction I can write up a doc when I get it working if there is any interest in that.
Am I required to use prometheus between heplify-server and influxDB?
If I do get heplify-server to dump data to InfluxDB do I still need Postgres?
I am hoping to not have to install any more than necessary to be able to graph calls per minute, errors per minute, and so on. I am already using TICK for monitoring systems so I am hoping I can make use of that.
I had tried the Docker installs as a starting point but it just seems to add another level of complexity that hides a lot of what is happening and I would like to be able to dissect the pieces and understand each of them.
Beta Was this translation helpful? Give feedback.
All reactions