updated tags

Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
Pratik Mankawde
2026-06-04 14:46:57 +01:00
parent 80800ee130
commit e6643a4389
16 changed files with 28 additions and 18 deletions

View File

@@ -96,6 +96,11 @@ services:
environment:
- GF_AUTH_ANONYMOUS_ENABLED=true # No login required for local dev
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin # Full access without auth
# Remote image rendering: point Grafana at the renderer container.
# These belong on the grafana service (the server delegates renders);
# the callback URL is how the renderer fetches the panel from grafana.
- GF_RENDERING_SERVER_URL=http://renderer:8081/render
- GF_RENDERING_CALLBACK_URL=http://grafana:3000/
ports:
- "3000:3000" # Grafana web UI
volumes:
@@ -106,13 +111,18 @@ services:
- tempo
- prometheus
- loki
- renderer
networks:
- xrpld-telemetry
# Grafana image renderer: a sidecar that renders panels/dashboards to PNG
# for image export and alerting. Grafana calls it at http://renderer:8081.
renderer:
image: grafana/grafana-image-renderer:latest
environment:
GF_RENDERING_SERVER_URL: http://renderer:8081/render
GF_RENDERING_CALLBACK_URL: http://grafana:3000/
ports:
- "8081:8081" # Renderer HTTP endpoint (called by grafana)
networks:
- xrpld-telemetry
# Named volume for Tempo trace storage (WAL and compacted blocks).
# Data persists across container restarts. Remove with:
# docker compose -f docker/telemetry/docker-compose.yml down -v

View File

@@ -827,7 +827,7 @@
}
],
"schemaVersion": 39,
"tags": ["rippled", "consensus", "telemetry"],
"tags": ["xrpld", "consensus"],
"templating": {
"list": [
{

View File

@@ -319,7 +319,7 @@
}
],
"schemaVersion": 39,
"tags": ["rippled", "ledger", "telemetry"],
"tags": ["xrpld", "ledger"],
"templating": {
"list": [
{

View File

@@ -153,7 +153,7 @@
}
],
"schemaVersion": 39,
"tags": ["rippled", "peer", "telemetry"],
"tags": ["xrpld", "peer"],
"templating": {
"list": [
{

View File

@@ -418,7 +418,7 @@
}
],
"schemaVersion": 39,
"tags": ["rippled", "rpc", "telemetry"],
"tags": ["xrpld", "rpc"],
"templating": {
"list": [
{

View File

@@ -493,7 +493,7 @@
}
],
"schemaVersion": 39,
"tags": ["rippled", "statsd", "ledger", "sync", "telemetry"],
"tags": ["xrpld", "statsd", "ledger", "sync"],
"templating": {
"list": [
{

View File

@@ -771,7 +771,7 @@
}
],
"schemaVersion": 39,
"tags": ["rippled", "statsd", "network", "telemetry"],
"tags": ["xrpld", "statsd", "network"],
"templating": {
"list": [
{

View File

@@ -2054,7 +2054,7 @@
}
],
"schemaVersion": 39,
"tags": ["rippled", "statsd", "node-health", "telemetry"],
"tags": ["xrpld", "statsd", "node-health"],
"templating": {
"list": [
{

View File

@@ -553,7 +553,7 @@
}
],
"schemaVersion": 39,
"tags": ["rippled", "statsd", "overlay", "network", "telemetry"],
"tags": ["xrpld", "statsd", "overlay", "network"],
"templating": {
"list": [
{

View File

@@ -383,7 +383,7 @@
}
],
"schemaVersion": 39,
"tags": ["rippled", "statsd", "rpc", "pathfinding", "telemetry"],
"tags": ["xrpld", "statsd", "rpc", "pathfinding"],
"templating": {
"list": [
{

View File

@@ -509,7 +509,7 @@
}
],
"schemaVersion": 39,
"tags": ["rippled", "transactions", "telemetry"],
"tags": ["xrpld", "transactions"],
"templating": {
"list": [
{

View File

@@ -306,7 +306,7 @@
}
],
"schemaVersion": 39,
"tags": ["rippled", "fee-market"],
"tags": ["xrpld", "fee-market"],
"templating": {
"list": [
{

View File

@@ -446,7 +446,7 @@
}
],
"schemaVersion": 39,
"tags": ["rippled", "job-queue"],
"tags": ["xrpld", "job-queue"],
"templating": {
"list": [
{

View File

@@ -363,7 +363,7 @@
}
],
"schemaVersion": 39,
"tags": ["rippled", "peer", "network", "telemetry"],
"tags": ["xrpld", "peer", "network"],
"templating": {
"list": [
{

View File

@@ -394,7 +394,7 @@
}
],
"schemaVersion": 39,
"tags": ["rippled", "rpc"],
"tags": ["xrpld", "rpc"],
"templating": {
"list": [
{

View File

@@ -819,7 +819,7 @@
}
],
"schemaVersion": 39,
"tags": ["rippled", "validator", "health", "telemetry"],
"tags": ["xrpld", "validator", "health"],
"templating": {
"list": [
{