Commit a766d22
authored
feat(observability): add configurable grafana.prometheusDatasourceName to agent chart (#1982)
Closes #1891
Adds a grafana.prometheusDatasourceName field to the observability agent
chart values.
The observability agent reaches Prometheus exclusively through the
Grafana MCP tool server.
Tools like query_prometheus take a Grafana datasource name or UID, not a
raw endpoint.
When grafana.prometheusDatasourceName is set, it is injected into the
agent system message so the agent knows which Grafana datasource to use
for Prometheus queries across restarts.
When left empty (default), nothing changes.
---------
Signed-off-by: mesutoezdil <mesudozdil@gmail.com>1 parent 3fb24a8 commit a766d22
2 files changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| |||
94 | 100 | | |
95 | 101 | | |
96 | 102 | | |
97 | | - | |
98 | | - | |
| 103 | + | |
99 | 104 | | |
100 | 105 | | |
101 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments