[TT-15243] InfluxDB 2 Pump does not include Latency.Total and Latency.Uptime#881
Closed
deeparavirdc wants to merge 2 commits intoTykTechnologies:masterfrom
Closed
[TT-15243] InfluxDB 2 Pump does not include Latency.Total and Latency.Uptime#881deeparavirdc wants to merge 2 commits intoTykTechnologies:masterfrom
deeparavirdc wants to merge 2 commits intoTykTechnologies:masterfrom
Conversation
14 tasks
Contributor
|
First and foremost thank you for this contribution! I have created an internal PR on the original repo to allow all of our CI workflows to run. All your commits are there so no credit will be taken away from you. You can find it at: #900 |
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.
Description
Add latency metrics to influx2 pump
Related Issue
Motivation and Context
This would be crucial in deriving gateway processing time responsible for latency calculation in turn impacting SLA.
How This Has Been Tested
Added tests and tested with
Screenshots (if appropriate)
Types of changes
Checklist
fork, don't request your
master!masterbranch (left side). Also, you should startyour branch off our latest
master.go mod tidy && go mod vendorgo fmt -sgo vet