8000 add info on how to view metrics by dustymabe · Pull Request #1946 · coreos/fedora-coreos-tracker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

add info on how to view metrics #1946

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,23 @@ Working days: non-holiday weekdays. Relevant holidays are the national holidays
# Working Group Members and Points of Contact

Please see [meeting-people.txt](https://github.com/coreos/fedora-coreos-tracker/blob/main/meeting-people.txt).

# Metrics

To view CountME stats you can use a tool called
[sqlitevis](https://sqliteviz.com/) to view the
CountME database and make graphs. This can easily be done with a
single URL but due to [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS)
you have to run your browser in a specific mode to allow the
application to download the database and the inquiries file:

```
chromium-browser --disable-web-security --user-data-dir ~/chrome-disable-web-security/
# OR
google-chrome-stable --disable-web-security --user-data-dir ~/chrome-disable-web-security/
```

Now navigate to
[this](https://sqliteviz.com/app/#/load?data_url=https%3A%2F%2Fdata-analysis.fedoraproject.org%2Fcsv-reports%2Fcountme%2Ftotals-countme.db&data_format=sqlite&inquiry_url=https%3A%2F%2Fraw.githubusercontent.com%2Fcoreos%2Ffedora-coreos-tracker%2Frefs%2Fheads%2Fmain%2Fmetrics%2Ffcos-sqlitevis.json)
URL in the browser and it should autoload the database and the inquiries. This
URL was generated from the [sqlitevis docs](https://sqliteviz.com/docs/sharing/).
2 changes: 2 additions & 0 deletions metrics/README.md
438A
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

See [README.md](../README.md#metrics).
Loading
0