Hi all,
i try to push metrics through the influx write endpoint.
I noticed, that if i ingest for the same time series multiple datapoints every 10 seconds, i only see them once per minute (testing the influx write endpoint).
Questions
- How does this work now internally between Prometheus and the write endpoint?
- You scrape it once per minute and take the latest value for the specific series?
- So in case i have a metric for measuring/capturing something in seconds, that won’t work with the write endpoint?
- Can i add meta information to the endpoint? How can attach logs/traces to metrics?