-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding status and lastPoll fields to CrStates #6612
Merged
rawlinp
merged 5 commits into
apache:master
from
srijeet0406:add_status_last_polled_fields_to_crstates
Mar 14, 2022
Merged
Adding status and lastPoll fields to CrStates #6612
rawlinp
merged 5 commits into
apache:master
from
srijeet0406:add_status_last_polled_fields_to_crstates
Mar 14, 2022
Conversation
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
ocket8888
reviewed
Mar 3, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you want to take this opportunity to fill out our missing docs for /publish/CrStates
?
rawlinp
requested changes
Mar 3, 2022
docs/source/development/traffic_monitor/traffic_monitor_api.rst
Outdated
Show resolved
Hide resolved
docs/source/development/traffic_monitor/traffic_monitor_api.rst
Outdated
Show resolved
Hide resolved
rawlinp
requested changes
Mar 10, 2022
rawlinp
changed the title
Adding status and lastHmPoll fields to CrStates
Adding status and lastPoll fields to CrStates
Mar 10, 2022
rawlinp
approved these changes
Mar 14, 2022
4 tasks
3 tasks
jrushford
added a commit
to jrushford/trafficcontrol
that referenced
this pull request
Mar 21, 2022
When the tc-health-client was switched to using the combined TM CrStates endpoint, the ability to log the cache status was lost, Issue apache#6448. PR apache#6612 adds the cache status field to the TM CrStates endpoint allowing cache status to be logged again. This PR adds back the cache status logging.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
This PR closes #6448
Which Traffic Control components are affected by this PR?
What is the best way to verify this PR?
Run TM locally and
GET
thepublish/CrStates
endpoint. Make sure thestatus
andlastPoll
fields show up in the output. Also confirm that the status for the caches is in fact what's being reported by theapi/cache-statuses
endpoint.If this is a bugfix, which Traffic Control versions contained the bug?
PR submission checklist