Skip to content

Commit

Permalink
Merge pull request #1013 from samply/update-rocksdb
Browse files Browse the repository at this point in the history
Update RocksDB to v8.1.1.1
  • Loading branch information
alexanderkiel authored Jun 2, 2023
2 parents b775e8d + 1ddc842 commit c186c8f
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 58 deletions.
160 changes: 140 additions & 20 deletions docs/monitoring/blaze.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
},
"editorMode": "code",
"exemplar": false,
"expr": "sum(jvm_memory_pool_bytes_committed{job=\"$job\",instance=\"$instance\"})",
"expr": "sum(jvm_memory_bytes_committed{job=\"$job\",instance=\"$instance\"})",
"format": "time_series",
"hide": false,
"interval": "",
Expand Down Expand Up @@ -810,7 +810,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand All @@ -826,7 +827,7 @@
"h": 6,
"w": 6,
"x": 0,
"y": 31
"y": 15
},
"id": 128,
"options": {
Expand Down Expand Up @@ -908,7 +909,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand All @@ -924,7 +926,7 @@
"h": 6,
"w": 6,
"x": 6,
"y": 31
"y": 15
},
"id": 72,
"options": {
Expand Down Expand Up @@ -1005,7 +1007,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand All @@ -1021,7 +1024,7 @@
"h": 6,
"w": 6,
"x": 12,
"y": 31
"y": 15
},
"id": 78,
"options": {
Expand Down Expand Up @@ -1102,7 +1105,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand All @@ -1118,7 +1122,7 @@
"h": 6,
"w": 6,
"x": 18,
"y": 31
"y": 15
},
"id": 126,
"options": {
Expand Down Expand Up @@ -1201,7 +1205,7 @@
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
Expand Down Expand Up @@ -2312,7 +2316,7 @@
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": false
"showLegend": true
},
"tooltip": {
"mode": "multi",
Expand All @@ -2331,12 +2335,26 @@
"expr": "rate(blaze_rocksdb_iterators_created_total{job=\"$job\",instance=\"$instance\", name=\"$database\"}[1m])",
"hide": false,
"interval": "",
"legendFormat": "{{name}}",
"legendFormat": "created",
"range": true,
"refId": "A"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"exemplar": true,
"expr": "rate(blaze_rocksdb_iterators_deleted_total{job=\"$job\",instance=\"$instance\", name=\"$database\"}[1m])",
"hide": false,
"interval": "",
"legendFormat": "deleted",
"range": true,
"refId": "B"
}
],
"title": "Iterators Created",
"title": "Iterators Created/Deleted",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -7601,7 +7619,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -7694,7 +7713,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -7788,7 +7808,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -7882,7 +7903,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -7975,7 +7997,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -8068,7 +8091,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -8162,7 +8186,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -8209,6 +8234,101 @@
],
"title": "JVM Memory Committed by Pool",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 10,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "never",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "normal"
},
"thresholdsStyle": {
"mode": "off"
}
},
"links": [],
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "bytes"
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 8,
"x": 8,
"y": 111
},
"id": 210,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "multi",
"sort": "none"
}
},
"pluginVersion": "8.4.4",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "jvm_memory_bytes_committed{job=\"$job\",instance=\"$instance\"}",
"legendFormat": "{{area}}",
"range": true,
"refId": "A"
}
],
"title": "JVM Memory Committed by Area",
"type": "timeseries"
}
],
"refresh": "",
Expand Down
2 changes: 1 addition & 1 deletion modules/rocksdb/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{:local/root "../module-base"}

org.rocksdb/rocksdbjni
{:mvn/version "7.10.2"}}
{:mvn/version "8.1.1.1"}}

:aliases
{:test
Expand Down
Loading

0 comments on commit c186c8f

Please sign in to comment.