Skip to content
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

[TC-536] Update Traffic Stats to collect and store /crs/stats data from Traffic Routers #895

Open
limited opened this issue Aug 29, 2017 · 0 comments
Labels
help wanted low impact affects only a small portion of a CDN, and cannot itself break one new feature A new feature, capability or behavior Traffic Stats related to Traffic Stats

Comments

@limited
Copy link
Contributor

limited commented Aug 29, 2017

Traffic Router has an API endpoint (:3333/crs/stats) that has lots of really good information. Traffic Stats should poll this API endpoint and store the data in InfluxDB.

TODO:

  • Update create_ts_database to create new traffic_router table
  • Update create_ts_database to create retention policies on traffic_router table
  • Update create_ts_database to add continuous queries for traffic_router data (downsample to 1 min is a good start)
  • Add a poller to poll Traffic Router /crs/stats endpoint, collect stats, and write to BPS chan.
  • whatever else I forgot

Author: David Neuman
JIRA Link: https://issues.apache.org/jira/browse/TC-536

@limited limited added Improvement high impact impacts the basic function, deployment, or operation of a CDN Traffic Router related to Traffic Router labels Aug 29, 2017
@rob05c rob05c added new feature A new feature, capability or behavior and removed improvement labels Jan 26, 2018
@ocket8888 ocket8888 added Traffic Stats related to Traffic Stats low impact affects only a small portion of a CDN, and cannot itself break one and removed Traffic Router related to Traffic Router high impact impacts the basic function, deployment, or operation of a CDN labels Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted low impact affects only a small portion of a CDN, and cannot itself break one new feature A new feature, capability or behavior Traffic Stats related to Traffic Stats
Projects
None yet
Development

No branches or pull requests

4 participants