-
What Grafana version and what operating system are you using? 12.0, Linux
-
What are you trying to achieve? Failure mode diagnosis in time series data (system CAN bus logs) for service, with basic anomaly detection and future integration into a customer facing agent.
-
How are you trying to achieve it? Host logs in database, review in Grafana dashboard with basic system state/metrics, preset graphs and DTC analysis. Results may be used directly for manual responses, or later parsed by an agent to create a response.
As I review my options with panels, I’m seeing a couple of issues -
- Editing Graph labels seems to be difficult. For instance, I cannot seem to figure out how to club multiple column values into the same label for a datapoint. How do developers get around such limitations?
- I aim to present the various system nodes as separate live blocks with system parameters either color coded or written inside based on cursor position in other existing graphs. What are my options for custom combinations of various graph types? For instance, rectangular gauge to represent how “full” the node is, with color showing temperature and text showing operation state.
- What are my options for using anomaly detection as input to generate a summary using an LLM agent? I understand Grafana Assistant might fulfil this, but would like to review all my options.
I apologize in advance if this is the wrong forum or format for this issue.