Skip to content

Commit

Permalink
Remove unused forwarded headers
Browse files Browse the repository at this point in the history
  • Loading branch information
milimetric committed May 16, 2016
1 parent 2004b6a commit 58f7909
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions v1/metrics.yaml
Expand Up @@ -105,8 +105,6 @@ paths:
request:
uri: '{{options.host}}/pageviews/per-article/{project}/{access}/{agent}/{article}/{granularity}/{start}/{end}'
headers:
cache-control: '{{cache-control}}'
if-unmodified-since: '{{if-unmodified-since}}'
x-client-ip: '{{x-client-ip}}'
x-monitor: false

Expand Down Expand Up @@ -176,8 +174,6 @@ paths:
request:
uri: '{{options.host}}/pageviews/aggregate/{project}/{access}/{agent}/{granularity}/{start}/{end}'
headers:
cache-control: '{{cache-control}}'
if-unmodified-since: '{{if-unmodified-since}}'
x-client-ip: '{{x-client-ip}}'
x-monitor: true
x-amples:
Expand Down Expand Up @@ -263,8 +259,6 @@ paths:
request:
uri: '{{options.host}}/pageviews/top/{project}/{access}/{year}/{month}/{day}'
headers:
cache-control: '{{cache-control}}'
if-unmodified-since: '{{if-unmodified-since}}'
x-client-ip: '{{x-client-ip}}'
x-monitor: false

Expand Down Expand Up @@ -328,8 +322,6 @@ paths:
request:
uri: '{{options.host}}/unique-devices/{project}/{access-site}/{granularity}/{start}/{end}'
headers:
cache-control: '{{cache-control}}'
if-unmodified-since: '{{if-unmodified-since}}'
x-client-ip: '{{x-client-ip}}'
x-monitor: false

Expand Down

0 comments on commit 58f7909

Please sign in to comment.