You can use graphs to aggregate metrics about your log data over time. In this topic, and the topics on adding plots and breakdowns, you’ll learn how to create a graph of HTTP response codes, with breakdowns to show which apps are sending the response codes.Documentation Index
Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
You can also add a graph to an existing board without having to create it from scratch.
Create the Graph
- In the Mezmo Web App, click the Boards icon in the left-hand menu.
- Click New Board.
- Click Add a Graph.
- Enter
response:(>=200 <300)into Graph log line counts. This will return all lines that contain a response code greater than or equal to 200 and less than 300. - Click Add Graph.