--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/de43a1a9-d2d9-4c4a-ae1f-e16850a4da54%40googlegroups.com.
--
Sayf, everything is well copied, the total size uncompressed is around 55MB, the same on the server. Moreover, that shouldn't be a problem cause the whole thing initially worked the night.
Julius, I set retention time to 30 days, still the same. I tricked the system time, I set it to the time of the collection (basically the container gets the same time as the host). Now the garbage collector is not called anymore but I still can't see the data. Prometheus returns with status:"success" but the result vector is empty.
Here is the process log by the way (jsony.sh --prometheus is just a wrapper around the docker command):
$ ./jsony.sh --prometheus 20200424T000317Z-64e116ebd138b60/
level=info ts=2020-04-24T02:45:51.551Z caller=main.go:298 msg="no time or size retention was set so using the default time retention" duration=15d
level=info ts=2020-04-24T02:45:51.551Z caller=main.go:333 msg="Starting Prometheus" version="(version=2.17.2, branch=HEAD, revision=18254838fbe25dcc732c950ae05f78ed4db1292c)"
level=info ts=2020-04-24T02:45:51.551Z caller=main.go:334 build_context="(go=go1.13.10, user, date=20200420-08:27:08)"
level=info ts=2020-04-24T02:45:51.551Z caller=main.go:335 host_details="(Linux 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64 30d5e4b721e8 (none))"
level=info ts=2020-04-24T02:45:51.551Z caller=main.go:336 fd_limits="(soft=1048576, hard=1048576)"
level=info ts=2020-04-24T02:45:51.551Z caller=main.go:337 vm_limits="(soft=unlimited, hard=unlimited)"
level=info ts=2020-04-24T02:45:51.552Z caller=main.go:667 msg="Starting TSDB ..."
level=info ts=2020-04-24T02:45:51.552Z caller=web.go:515 component=web msg="Start listening for connections" address=0.0.0.0:9090
level=info ts=2020-04-24T02:45:51.553Z caller=repair.go:59 component=tsdb msg="found healthy block" mint=1587683361392 maxt=1587686596918 ulid=01E6MQXRNVTXTBM3CQ5BJX0BKY
level=info ts=2020-04-24T02:45:51.556Z caller=head.go:575 component=tsdb msg="replaying WAL, this may take awhile"
level=info ts=2020-04-24T02:45:51.556Z caller=head.go:624 component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0
level=info ts=2020-04-24T02:45:51.556Z caller=head.go:627 component=tsdb msg="WAL replay completed" duration=147.345µs
level=info ts=2020-04-24T02:45:51.557Z caller=main.go:683 fs_type=9123683e
level=info ts=2020-04-24T02:45:51.557Z caller=main.go:684 msg="TSDB started"
level=info ts=2020-04-24T02:45:51.557Z caller=main.go:788 msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml
level=info ts=2020-04-24T02:45:51.557Z caller=main.go:816 msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml
level=info ts=2020-04-24T02:45:51.557Z caller=main.go:635 msg="Server is ready to receive web requests."
Server response on my request:$ curl -X GET -s "http://localhost:9090/api/v1/query?query=apiserver_request_count&time=$(date +%s)" && echo
{"status":"success","data":{"resultType":"vector","result":[]}}
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/5330e207-64b3-48c8-9755-e42b947b6ec3%40googlegroups.com.