Skip to content

Commit

Permalink
Merge pull request #590 from sassoftware/tempo-node-graph
Browse files Browse the repository at this point in the history
Tempo node graph
  • Loading branch information
ceelias authored Dec 12, 2023
2 parents 3f653dd + 9e3de0f commit 26d9032
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
* [REMOVAL] Removed the deprecated, experimental, script getlogs.sh from repo. The Python-based getlogs.py script should be used instead.
* [FIX] Corrected bug in change_internal_password.sh that prevented it from working

* **Tracing**
* [FEATURE] Added node graph feature to Tempo data source in Grafana for more visualization options

## Version 1.2.19 (14NOV2023)

* **Overall**
Expand Down
6 changes: 5 additions & 1 deletion monitoring/grafana-datasource-tempo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ grafana:
url: http://v4m-tempo:3100
isDefault: false
editable: true
jsonData:
serviceMap:
datasourceUid: prometheus
nodeGraph:
enabled: true
apiVersion: 1

1 change: 1 addition & 0 deletions monitoring/values-prom-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,4 @@ grafana:
- kubernetes.io/pvc-protection
# subPath: ""
# existingClaim:

8 changes: 6 additions & 2 deletions monitoring/values-tempo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ tempo:
reportingEnabled: false
metricsGenerator:
# -- If true, enables Tempo's metrics generator (https://grafana.com/docs/tempo/next/metrics-generator/)
enabled: false
remoteWriteUrl: "http://prometheus.monitoring:9090/api/v1/write"
enabled: true
remoteWriteUrl: "http://v4m-prometheus.monitoring:9090/api/v1/write"

# global_overrides:
# metrics_generator_processors:
# - service-graphs

retention: 24h

Expand Down

0 comments on commit 26d9032

Please sign in to comment.