Skip to content

Commit

Permalink
Merge pull request #46 from xapi-project/rrd_datasources
Browse files Browse the repository at this point in the history
Add per-SR datasource URIs
  • Loading branch information
djs55 committed Aug 18, 2015
2 parents 244fcad + c360855 commit ea3a610
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions generator/src/control.ml
Expand Up @@ -22,6 +22,11 @@ let api =
"total_space", Basic Int64, String.concat " " [
"Total physical size of the backing storage (in bytes)";
];
"datasources", Array (Basic String), String.concat " " [
"URIs naming datasources: time-varying quantities representing anything";
"from disk access latency to free space. The entities named by these URIs";
"are self-describing.";
];
]
)) in
let volume_decl =
Expand Down

0 comments on commit ea3a610

Please sign in to comment.