Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions aerospike-mixin/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

// Logging configuration
enableLokiLogs: true,
customAllValue: '.*', // Override this as desired. '.+' is a good option if you want to ensure a label is present.
extraLogLabels: ['level'], // Required by logs-lib
logsVolumeGroupBy: 'level',
showLogsVolume: true,
Expand Down
1 change: 1 addition & 0 deletions aerospike-mixin/dashboards.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ local logslib = import 'logs-lib/logs/main.libsonnet';
labels=this.config.groupLabels + this.config.extraLogLabels,
formatParser=null,
showLogsVolume=this.config.showLogsVolume,
customAllValue=this.config.customAllValue,
)
{
dashboards+:
Expand Down
84 changes: 82 additions & 2 deletions aerospike-mixin/dashboards_out/aerospike-instance-overview.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading