Open Pavel-R opened 4 years ago
Variable firstspace garbaged with metric tags. https://github.com/grobian/carbon-c-relay/blob/4ecb19330f063ca8d851066834a82f9a5caf0787/dispatcher.c#L976
firstspace
Later in aggregator variables val and epoh calculated incorrectly. Val is almost always 0 and 'epoh' takes value of metric as timestamp. At best, the metric is discarded, but in some cases it may be stored incorrectly.
val
epoh
Val
Variable
firstspace
garbaged with metric tags. https://github.com/grobian/carbon-c-relay/blob/4ecb19330f063ca8d851066834a82f9a5caf0787/dispatcher.c#L976Later in aggregator variables
val
andepoh
calculated incorrectly.Val
is almost always 0 and 'epoh' takes value of metric as timestamp. At best, the metric is discarded, but in some cases it may be stored incorrectly.