-
Notifications
You must be signed in to change notification settings - Fork 453
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into linasn/dbnode-metrics
* master: (26 commits) [dbnode][m3ninx] Rename doc.Document -> doc.Metadata (#3062) Don't attempt to lint genny gen'd code (#3063) [coordinator] Add ability to turn off rule matching cache (#3059) [r2ctl] Bump urijs from 1.19.1 to 1.19.5 in /src/ctl/ui (#3055) [aggregator/client] Metric for dropped metrics (#3054) [query] Add Graphite support for ** with metric path selectors (#3020) [tools] Fix failing linter (#3052) [query] implemented Graphite's `powSeries` function (#3038) [coordinator] Add Graphite Carbon rewrite cleanup integration test (#3049) [coordinator] Add Graphite rewrite cleanup directive for cleansing incoming metrics (#3047) [coordinator] Add Graphite Carbon ingest contains rule matcher for fast match (#3046) [query] Update Graphite quoted strings to just escape quotes and a flag for previous escape behavior (#3022) [query] Graphite match regexp all values for __g0__ tag matcher instead of match field (#3021) [coordinator] Add Carbon ingest latency metrics (#3045) [aggregator] Fix panic on invalid unaggregated payloads (#3041) [coordinator] Ignore rollup rule storage policies when deciding to utilize auto-mapping rules (#3044) [dbnode] Support checkpointing in cold flusher and preparing index writer per block (#3040) [dbnode] Client borrow connection API (#3019) [DOCS] Add back FAQ and troubleshooting sections (#3029) [DOCS] SEO and config changes (#3024) ...
- Loading branch information
Showing
230 changed files
with
3,909 additions
and
1,572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[ | ||
{ | ||
"id": "d.bar.baz", | ||
"text": "baz", | ||
"leaf": 1, | ||
"expandable": 0, | ||
"allowChildren": 0 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[ | ||
{ | ||
"id": "e.bar.baz", | ||
"text": "baz", | ||
"leaf": 1, | ||
"expandable": 0, | ||
"allowChildren": 0 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[ | ||
{ | ||
"id": "f.bar.baz", | ||
"text": "baz", | ||
"leaf": 1, | ||
"expandable": 0, | ||
"allowChildren": 0 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[ | ||
{ | ||
"id": "g.bar.baz", | ||
"text": "baz", | ||
"leaf": 1, | ||
"expandable": 0, | ||
"allowChildren": 0 | ||
} | ||
] |
9 changes: 9 additions & 0 deletions
9
scripts/docker-integration-tests/carbon/expected/hbarbaz.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[ | ||
{ | ||
"id": "h.bar_baz", | ||
"text": "bar_baz", | ||
"leaf": 1, | ||
"expandable": 0, | ||
"allowChildren": 0 | ||
} | ||
] |
9 changes: 9 additions & 0 deletions
9
scripts/docker-integration-tests/carbon/expected/ibarbaz.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[ | ||
{ | ||
"id": "i.bar_baz", | ||
"text": "bar_baz", | ||
"leaf": 1, | ||
"expandable": 0, | ||
"allowChildren": 0 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.