I have an influxdb with 1 fields.
name: measurements
name
visits
Visits is always 1 its a visit trigged by a webhook.
This is trigged many times during the day.
But my panel shows only 1 and not a timeline with many peaks when its visited.
Any idea what i do wrong
Hi @info937f,
I think you are looking for Time Series graph type. Can you switch from State timeline graph to Time series? State timeline always shows state only (e.g. 1 or 0) and all same states are merged together into one big chunk in order to determine duration in that specific state.
E.g: State timeline:
Same data in time series graph:
Best regards,
ldrascic