Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
b480186d
Commit
b480186d
authored
May 31, 2016
by
Björn Rabenstein
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #454 from vivekjain10/master
Fix `post` values in result
parents
b7283cd5
a8c86598
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
operators.md
content/docs/querying/operators.md
+2
-2
No files found.
content/docs/querying/operators.md
View file @
b480186d
...
...
@@ -131,7 +131,7 @@ would have been no match as the metrics do not share the same set of labels.
The entries with methods
`put`
and
`del`
have no match and will not show up in the result:
{method="get"} 0.04 // 24 / 600
{method="post"} 0.
1 // 12
/ 120
{method="post"} 0.
05 // 6
/ 120
**Many-to-one**
and
**one-to-many**
matchings refer to the case where each vector element on
...
...
@@ -166,7 +166,7 @@ left:
{method="get", code="500"} 0.04 // 24 / 600
{method="get", code="404"} 0.05 // 30 / 600
{method="post", code="500"} 0.
1 // 12
/ 120
{method="post", code="500"} 0.
05 // 6
/ 120
{method="post", code="404"} 0.175 // 21 / 120
_Many-to-one and one-to-many matching are advanced use cases that should be carefully considered.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment