kiranchavala opened a new issue, #12604:
URL: https://github.com/apache/cloudstack/issues/12604

   ### problem
   
   stats.output.uri configuration either to Influx Db and Graphite is not 
working 
   
   ### versions
   
   ACS 4.22 , 4.18
   
   ### The steps to reproduce the bug
   
   Steps to reproduce the issue 
   
   Install docker on server to test Influx and Graphite 
   
   Test case with Graphite 
   
   1. Run the following command 
   
   docker run -d   --name graphite   --restart=always   --network host   
graphiteapp/graphite-statsd
   
   2. Check the UI for Graphite 
   
   <img width="1522" height="812" alt="Image" 
src="https://github.com/user-attachments/assets/962dd57f-3aab-4301-89c0-363f4f0c00bb";
 />
   
   3. Create a cloudstack prefix just to test 
   
   echo "cloudstack.force.test 1 $(date +%s)" | nc 127.0.0.1 2003
   
   4. Change the global setting parameter "stats.output.uri " to 
   
   graphite://192.168.55.152:2003/cloudstack
   
   5. Check the mgmt logs 
   
   ```
   
   
   ### What to do about it?
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to