Jump to: navigation, search

Difference between revisions of "Large Scale SIG/Monitor"

m
Line 14: Line 14:
  
 
A: oslo.metrics will also integrate oslo.db as the next step after oslo.messaging
 
A: oslo.metrics will also integrate oslo.db as the next step after oslo.messaging
 +
 +
'''Q: How can I track latency issues ?'''
 +
 +
A:
 +
 +
'''Q: How can I track traffic issues ?'''
 +
 +
A:
 +
 +
'''Q: How do I track error rates ?'''
 +
 +
A:
 +
 +
'''Q: How do I track saturation issues ?'''
 +
 +
A:
  
 
== Resources ==
 
== Resources ==

Revision as of 15:27, 16 December 2020

The second stage in the Scaling Journey is Monitor.

Once you have properly configured your cluster to handle scale, you will need to properly monitor it for signs of load stress. Monitoring in OpenStack can be a bit overwhelming and it's sometimes hard to determine how to meaningfully monitor your deployment to get advance warning of when load is just too high. This page aims to help answer those questions.

Once meaningful monitoring is in place, you are ready to proceed to the third stage of the Scaling Journey: Scale Up.

FAQ

Q: How can I detect that RabbitMQ is a bottleneck ?

A: oslo.metrics will introduce monitoring for rpc calls, currently under development

Q: How can I detect that database is a bottleneck ?

A: oslo.metrics will also integrate oslo.db as the next step after oslo.messaging

Q: How can I track latency issues ?

A:

Q: How can I track traffic issues ?

A:

Q: How do I track error rates ?

A:

Q: How do I track saturation issues ?

A:

Resources


Other SIG work on that stage