[query] influxdb: write endpoint support for M3-Map-Tags-JSON header#3816
Merged
robskillington merged 1 commit intom3db:masterfrom Oct 7, 2021
Merged
Conversation
914d0db to
d6e1f12
Compare
Contributor
Author
|
Test failures seem unrelated; can anyone help here? |
Codecov Report
@@ Coverage Diff @@
## master #3816 +/- ##
======================================
Coverage 56.9% 56.9%
======================================
Files 552 552
Lines 63079 63079
======================================
Hits 35900 35900
Misses 23987 23987
Partials 3192 3192
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
e8cc26c to
e83a0fc
Compare
e83a0fc to
e9e0ee2
Compare
robskillington
approved these changes
Oct 7, 2021
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
This PR enables the
M3-Map-Tags-JSONHTTP Header for the influxdb write endpoint similar to prometheus. Supports only adding/replacing a tag similar to what the Prometheus API does.