Closed Bug 712061 Opened 13 years ago Closed 12 years ago

Create short URL for Telemetry dashboard

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task, P4)

x86
macOS

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: lmandel, Assigned: cturra)

Details

(Whiteboard: [JIRA METRICS-847] [Telemetry:P2][triaged 20121019])

It would be nice to have a short URL to the Telemetry dashboard. Something that people can remember like metrics.mozilla.org/telemetry. Can we set up a redirect to the Telemetry v2 dashboard?

https://metrics.mozilla.com/pentaho/content/pentaho-cdf-dd/Render?solution=metrics2&path=%2Ftelemetry&file=telemetryHistogram.wcdf
Summary: Create short URL for Telemetry → Create short URL for Telemetry dashboard
Whiteboard: [Telemetry:P2]
FYI aresnappyyet.com points to telemetry fe for now
Migrating to JIRA to manage this work. These tickets are replaced by METRICS-775.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INCOMPLETE
updated whiteboard field
Whiteboard: [Telemetry:P2] → Telemetry P2 migrated to JIRA
updating status and assignee
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
New JIRA migration identifier - 55 BZ issues being considered in current planning for Q3
Target Milestone: Unreviewed → Targeted - JIRA
Can't this bug and the corresponding JIRA be closed out based on comment #1 about having www.arewesnappyyet.com ?
(In reply to Daniel Einspanjer :dre [:deinspanjer] from comment #8)
> Can't this bug and the corresponding JIRA be closed out based on comment #1
> about having www.arewesnappyyet.com ?

aresnappyyet.com is a temporary solution. Multiple developers have asked us for a url that is obviously telemetry-related, eg telemetry.mozilla.org.
If you want telemetry.mozilla, then file a request with IT to get that subdomain created and configured as a redirect, the same as arewesnappy.

If you want a redirect for /telemetry off of metrics.mozilla.com, we can do that.
(In reply to Daniel Einspanjer :dre [:deinspanjer] from comment #10)
> If you want telemetry.mozilla, then file a request with IT to get that
> subdomain created and configured as a redirect, the same as arewesnappy.
> 
> If you want a redirect for /telemetry off of metrics.mozilla.com, we can do
> that.

Do we have to set it up as a redirect. Is there an easy way to always have telemetry.mozilla in url?
Whiteboard: Telemetry P2 migrated to JIRA → [JIRA METRICS-847] Telemetry P2
Over to IT as Daniel suggested.

The request in this bug is to create the domain telemetry.mozilla.org and redirect it to 

https://metrics.mozilla.com/data/content/pentaho-cdf-dd/Render?solution=metrics2&path=/telemetry
Assignee: nobody → server-ops-webops
Component: Frontend Reports → Server Operations: Web Operations
Product: Mozilla Metrics → mozilla.org
QA Contact: cshields
Target Milestone: Moved to JIRA → ---
Version: unspecified → other
Whiteboard: [JIRA METRICS-847] Telemetry P2 → [JIRA METRICS-847] [Telemetry:P2]
Whiteboard: [JIRA METRICS-847] [Telemetry:P2] → [JIRA METRICS-847] [Telemetry:P2][pending triage]
This is easy... just a static redirect in the virtual redirector on the static cluster. :)
Assignee: server-ops-webops → cturra
Priority: -- → P4
Whiteboard: [JIRA METRICS-847] [Telemetry:P2][pending triage] → [JIRA METRICS-847] [Telemetry:P2][triaged 20121019]
Although this is marked as a low priority it would be very nice to have this in place for an upcoming post about Telemetry. Can this be completed by the end of Oct?
short url of telemetry.mozilla.org now in place...

curl -I http://telemetry.mozilla.org    
HTTP/1.1 301 Moved Permanently
Server: Apache
X-Backend-Server: pp-web04
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1
Date: Fri, 19 Oct 2012 17:11:37 GMT
Location: https://metrics.mozilla.com/data/content/pentaho-cdf-dd/Render?solution=metrics2&path=/telemetry
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: caching
Status: ASSIGNED → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → FIXED
Thank you for the quick turnaround. Verified.
Status: RESOLVED → VERIFIED
Spoke too soon. The redirect is not to the URL that I provided in the description

https://metrics.mozilla.com/pentaho/content/pentaho-cdf-dd/Render?solution=metrics2&path=%2Ftelemetry&file=telemetryHistogram.wcdf

but is to a URL that results in an error page after sign-in.

https://metrics.mozilla.com/data/content/pentaho-cdf-dd/Render?solution=metrics2&path=/telemetry

However, I also should have provided the more generic Telemetry landing page as the source of the redirect. The "file=LandingPage.wcdf" should be used as shown in the URL below.

https://metrics.mozilla.com/data/content/pentaho-cdf-dd/Render?solution=metrics2&path=%2Ftelemetry&file=LandingPage.wcdf
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
:lmandel sorry about grabbing the incorrect link. as requested, i have just committed the new URL, which should be available within the hour. 

svn diff files/generic/httpd-static/etc-httpd/conf/domains/virtual-redirect.mozilla.org.conf
Index: files/generic/httpd-static/etc-httpd/conf/domains/virtual-redirect.mozilla.org.conf
===================================================================
--- files/generic/httpd-static/etc-httpd/conf/domains/virtual-redirect.mozilla.org.conf	(revision 50495)
+++ files/generic/httpd-static/etc-httpd/conf/domains/virtual-redirect.mozilla.org.conf	(working copy)
@@ -1110,6 +1110,6 @@
 # bug 712061
 <VirtualHost *:80>
     ServerName telemetry.mozilla.org
-    Redirect permanent / https://metrics.mozilla.com/data/content/pentaho-cdf-dd/Render?solution=metrics2&path=/telemetry
+    Redirect permanent / https://metrics.mozilla.com/data/content/pentaho-cdf-dd/Render?solution=metrics2&path=%2Ftelemetry&file=LandingPage.wcdf
 </VirtualHost>
new redirect live.

$ curl -I http://telemetry.mozilla.org
HTTP/1.1 301 Moved Permanently
Server: Apache
X-Backend-Server: pp-web01
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1
Date: Fri, 19 Oct 2012 20:34:44 GMT
Location: https://metrics.mozilla.com/data/content/pentaho-cdf-dd/Render?solution=metrics2&path=%2Ftelemetry&file=LandingPage.wcdf
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: caching
Status: REOPENED → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → FIXED
Verified that I am now redirected to the Telemetry login page and that after login I am directed to the Telemetry dashboards page.
Status: RESOLVED → VERIFIED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.