File: account_server.rst

package info (click to toggle)
swift 2.35.1-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 22,760 kB
  • sloc: python: 281,901; javascript: 1,059; sh: 619; pascal: 295; makefile: 81; xml: 32
file content (37 lines) | stat: -rw-r--r-- 2,700 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
``account-server`` Metrics
==========================

..note::
   "Not Found" is not considered an error and requests
   which increment ``errors`` are not included in the timing data.

==========================================  =======================================================
Metric Name                                 Description
------------------------------------------  -------------------------------------------------------
``account-server.DELETE.errors.timing``     Timing data for each DELETE request resulting in an
                                            error: bad request, not mounted, missing timestamp.
``account-server.DELETE.timing``            Timing data for each DELETE request not resulting in
                                            an error.
``account-server.PUT.errors.timing``        Timing data for each PUT request resulting in an error:
                                            bad request, not mounted, conflict, recently-deleted.
``account-server.PUT.timing``               Timing data for each PUT request not resulting in an
                                            error.
``account-server.HEAD.errors.timing``       Timing data for each HEAD request resulting in an
                                            error: bad request, not mounted.
``account-server.HEAD.timing``              Timing data for each HEAD request not resulting in
                                            an error.
``account-server.GET.errors.timing``        Timing data for each GET request resulting in an
                                            error: bad request, not mounted, bad delimiter,
                                            account listing limit too high, bad accept header.
``account-server.GET.timing``               Timing data for each GET request not resulting in
                                            an error.
``account-server.REPLICATE.errors.timing``  Timing data for each REPLICATE request resulting in an
                                            error: bad request, not mounted.
``account-server.REPLICATE.timing``         Timing data for each REPLICATE request not resulting
                                            in an error.
``account-server.POST.errors.timing``       Timing data for each POST request resulting in an
                                            error: bad request, bad or missing timestamp, not
                                            mounted.
``account-server.POST.timing``              Timing data for each POST request not resulting in
                                            an error.
==========================================  =======================================================