Skip to content

Commit

Permalink
Merge pull request #6 from kumar303/update
Browse files Browse the repository at this point in the history
Fix outdated monitoring links
  • Loading branch information
kumar303 committed Nov 12, 2015
2 parents 975630e + 57de04e commit 030bb3d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
This is the general root for add-ons at Mozilla.

Documentation? See: https://addons.readthedocs.org

If you want to contribute to the docs, here's how to set up a development
environment.

Using [Python](https://www.python.org/)
and optionally [virtualenv](https://virtualenv.pypa.io/en/latest/),
install the dependencies:

pip install -r requirements/docs.txt

Make some changes then build the docs:

make -C docs/ html

Open `docs/_build/html/index.html` to preview your changes before creating a
pull request.
11 changes: 5 additions & 6 deletions docs/server/push-duty.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,12 @@ Monitoring the push

The best places to monitor the results of the push are:

* `Sentry <http://sentry.mktmon.services.phx1.mozilla.com/mkt/addonsmozillaorg/>`_
* `Graphite <http://dashboard.mktadm.ops.services.phx1.mozilla.com/graphite?site=addons&graph=all-responses>`_
* `Sentry <https://sentry.prod.mozaws.net/operations/olympia-prod/>`_
* `Data Dog <https://app.datadoghq.com/dash/78168/addons-prod?live=true&page=0&is_auto=false&tile_size=m>`_

.. note:: Both of these URLs require you to be logged into Mozilla VPN.

Graphite should show no large spikes or changes. Sentry should show no new errors, although
it will show intermittent errors and the occasional error as the push occurs.
The site performance graphs should show no large spikes or changes.
Sentry should show no new errors, although it will show intermittent errors and the occasional
error as the push occurs.

Once complete
+++++++++++++
Expand Down

0 comments on commit 030bb3d

Please sign in to comment.