Skip to content

Commit

Permalink
Merge pull request #20 from DirectXMan12/master
Browse files Browse the repository at this point in the history
Bump upstream changes
  • Loading branch information
openshift-merge-robot committed Oct 31, 2019
2 parents 9c5a42a + 03bc47e commit 3d1c61e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/config.md
Expand Up @@ -85,7 +85,7 @@ For example:
# match all cAdvisor metrics that aren't measured in seconds
seriesQuery: '{__name__=~"^container_.*_total",container_name!="POD",namespace!="",pod_name!=""}'
seriesFilters:
isNot: "^container_.*_seconds_total"
- isNot: "^container_.*_seconds_total"
```

Association
Expand Down
6 changes: 3 additions & 3 deletions docs/walkthrough.md
Expand Up @@ -87,9 +87,9 @@ spec:
containers:
- image: luxas/autoscale-demo:v0.1.2
name: metrics-provider
ports:
- name: http
port: 8080
ports:
- name: http
containerPort: 8080
```

</details>
Expand Down

0 comments on commit 3d1c61e

Please sign in to comment.