docs(ds): Fix comment for the builtin DS metrics
This commit is contained in:
parent
b2a633aca1
commit
3642bcd1b6
|
@ -190,7 +190,7 @@ prometheus_per_db(NodeOrAggr) ->
|
||||||
%% ...
|
%% ...
|
||||||
%% '''
|
%% '''
|
||||||
%%
|
%%
|
||||||
%% If `NodeOrAggr' = `node' then node name is appended to the list of
|
%% If `NodeOrAggr' = `aggr' then node name is appended to the list of
|
||||||
%% labels.
|
%% labels.
|
||||||
prometheus_per_db(NodeOrAggr, DB, Acc0) ->
|
prometheus_per_db(NodeOrAggr, DB, Acc0) ->
|
||||||
Labels = [
|
Labels = [
|
||||||
|
|
Loading…
Reference in New Issue