-
What Grafana version and what operating system are you using?
Grafana v11.0.0 -
What are you trying to achieve?
I’m trying to replicate a cloud watch dashboard on Grafana and I’m facing data discrepancy in the Grafana dashboard for percentile errors(P95)metric panel. -
How are you trying to achieve it?
I’m trying to replicate this P95 dashboard by integrating cloud watch as data source and visualize it in Grafana. Unfortunately am getting a different data for the P95 errors time-series graph. -
What happened? The data in AWS Cloud watch and Grafana doesn’t match for P95 time-series graph.
-
What did you expect to happen? I would like to know if Grafana has any special functionalities or if someone could suggest a fix to define the time-period so that the data in Cloud watch matches the same in Grafana.
Hi there,
Thank you for bringing this issue to our attention. To better understand and resolve the problem you’re experiencing, could you please provide us with a minimal details. This should include the following information:
-
Product and Version: Please specify which Grafana product (e.g. Grafana, Loki, Mimir, Tempo, etc.) the issue is related to, along with the version you are using.
-
Steps to Reproduce: Please provide a clear, step-by-step guide on how to replicate the problem. That includes: used datasource type, query, panels type and configuration, etc.
-
Expected vs Actual Behavior: Please provide a brief description of what you expected to happen and what actually occurred.
-
Environment Details: Please provide information about your operating system and how the Grafana software is deployed (e.g. container, package, etc.).
-
Error Messages/Debug Information: Please provide error message(s) and debug information(s).
To enable debug logging edit the configuration file grafana.ini
:
[log]
# Either "console", "file", "syslog". Default is console and file
# Use space to separate multiple modes, e.g. "console file"
mode = console file
# Either "debug", "info", "warn", "error", "critical", default is "info"
level = debug
Then restart Grafana for the setting to go into effect.
Please provide any error(s) from the browser console for panel related problem.
- Followed documentation: Please provide a link to the specific Grafana documentation you followed. Make sure that you followed the documentation for your specific version.
When providing these details, please prioritize clarity over brevity. Use consistent naming and indentation, and format configuration snippets and logs as code for better readability. Avoid using images for these details.
By providing these details, you will greatly assist us in diagnosing and resolving the problem promptly. We appreciate your cooperation and look forward to your response.