Skip to content
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

Remove Metrics Data Page #3744

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
10 changes: 0 additions & 10 deletions ansible/www-standalone/resources/config/nodejs.org
Original file line number Diff line number Diff line change
Expand Up @@ -251,16 +251,6 @@ server {
rewrite ^/documentation/api(.*)$ /api$1 redirect;
}

# This Location is used for our Metrics Pages
# We keep `autoindex` on as some folders are autoindex (do not have an index.html)
# even tho the main /metric endpoint is a build page (statically generated over time)
# We use ^~ to tell NGINX to not process any other Location directive or Rewrite after this match
location ^~ /metrics {
alias /home/dist/metrics;
autoindex on;
default_type text/plain;
}

avivkeller marked this conversation as resolved.
Show resolved Hide resolved
# When a website 404 occurs, attempt to load the English version of the page
# if the request was for a localised page.
# Also, store the original language of the request if it was localised
Expand Down
37 changes: 0 additions & 37 deletions ansible/www-standalone/tools/metrics/country-lookup.py

This file was deleted.

143 changes: 0 additions & 143 deletions ansible/www-standalone/tools/metrics/download-counts.awk

This file was deleted.

100 changes: 0 additions & 100 deletions ansible/www-standalone/tools/metrics/download-counts.sh

This file was deleted.

Loading