-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
965 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
# Grafana Debugger | ||
|
||
TODO | ||
Idea: | ||
|
||
Collect structured data about user Grafana problem in a fews steps (e.g. deployment, problem, documentation) and provide recommendations how/where user can solve the problem. | ||
|
||
Example recommendations: | ||
- if user has Grafana Enterprise (licensed) then offer "Email Grafana Enteprise recommendations", which generates email with all already submitted details (email subject is pregenerated by Grot AI) | ||
- offer a chat with Grot AI, where initial post will contain all problem details in markdown format | ||
- offer links to search on Community forum, Stack Overflow, Github Grafana issues, Google (InfluxData forum if 'Influx' string is in the problem) - (search query is pregenerated by Grot AI) | ||
- offer link to create Community forum topic in nice markdown formated structure (title,topic,tags are pregenerated by Grot AI) | ||
|
||
There can be other recommendations implemented: | ||
e.g. if it is AMG - link to AWS support (AMG is supported by AWS), if problem contains 'volkovlabs' then recommend to contact https://volkovlabs.io/, .... | ||
|
||
It can support all Grafana Labs products (Tempo, Loki, Pyroscope, ...). | ||
|
||
It supports also Speech recognition API in the chat with Grot AI (if it is available in the browser, so available in Chrome, Edge, ...- try to say 'Show me example email notification template example. Send' - send/sent is keyword to trigger sent event) | ||
|
||
It stores all problem details in the URL hash, so you can send link in email, chat, community post to anyone. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.