juggledad

Results 19 comments of juggledad

Running on a PI 2 Model B running Bullseye 32 bit pmw@ticktockpi:~/ticktock/data $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)" NAME="Raspbian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

I was basing the query off this the Usage Examples: ``` [2.5 READ a metric testM1 since 1600000000 epoch time (second) to 1633412176.](https://github.com/ytyou/ticktock/issues/58#25-read-a-metric-testm1-since-1600000000-epoch-time-second-to-1633412176) curl -v 'http://localhost:6182/api/query?start=1600000000&end=1633412176&m=avg:testM1\{host=foo\}' ```

Yea!! Thank you so much. That works!! And I was wrong about where I got that from. At this point I've tried so many iterations I probably added it in...

Yes I have metrics pmw@ticktockpi:~ $ curl -s -v 'http://192.168.1.192:6182/api/suggest?type=metrics&q=&max=100' * Trying 192.168.1.192:6182... * Connected to 192.168.1.192 (192.168.1.192) port 6182 (#0) > GET /api/suggest?type=metrics&q=&max=100 HTTP/1.1 > Host: 192.168.1.192:6182 > User-Agent:...

pmw@ticktockpi:~ $ /usr/share/grafana/bin/grafana -v grafana version 10.2.3 This is the most interesting thing I found ![Screenshot 2024-01-12 at 5 36 41 AM](https://github.com/ytyou/ticktock/assets/11473405/998a5362-902b-434c-b30e-7388c4a47c01) ![Screenshot 2024-01-12 at 5 36 50 AM](https://github.com/ytyou/ticktock/assets/11473405/62597bca-35d6-4d09-ad88-1e0ae56eae00)

Update: I downgraded to Grafana v9.3.2 and I am now seeing the metrics

Well at least you know about this if someone else upgrades to v10 of Grafana.

If I had the time, I'd do a PR but since that is not going happen today, how about a feature request??? If I do find some time, I'll take...