isc_throw(InvalidStatType, "Unknown statistic type: "
<< typeToText(type_));
};
+
}
void Observation::setMaxSampleCount(uint32_t max_samples) {
tmp << "integer";
break;
case STAT_FLOAT:
- tmp << "float";
- break;
+ tmp << "float"; break;
case STAT_DURATION:
tmp << "duration";
break;
ElementPtr value;
ElementPtr timestamp;
+ /// @todo: Add support for retrieving more than one sample for a given
+ /// observation
+
+
// Support for retrieving more than one sample
// retrieving all samples of indicated observation
switch (type_) {