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

[core] Collect run-time metrics #819

Merged
merged 75 commits into from
Apr 11, 2019
Merged

[core] Collect run-time metrics #819

merged 75 commits into from
Apr 11, 2019

Commits on Mar 22, 2019

  1. [metrics] initial implementation

    - add data structures with tests
    - add collectors for psutil and platform modules
    - send metrics to agent statsd
    Kyle-Verhoog committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    c29f31c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c2679f View commit details
    Browse the repository at this point in the history
  3. [metrics] clean-up

    Kyle-Verhoog committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    d9b61b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f14909 View commit details
    Browse the repository at this point in the history
  5. [metrics] linting

    Kyle-Verhoog committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    f0174de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a4c9f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75c05c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c4a3b8 View commit details
    Browse the repository at this point in the history
  9. [metrics] linting

    Kyle-Verhoog committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    066df1a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b96ba74 View commit details
    Browse the repository at this point in the history
  11. [metrics] linting

    Kyle-Verhoog committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    e84e450 View commit details
    Browse the repository at this point in the history
  12. [metrics] linting

    Kyle-Verhoog committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    1e10667 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    910b83b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0abcafb View commit details
    Browse the repository at this point in the history
  15. apply brettlinter

    - thanks brett :)
    
    Co-Authored-By: Kyle-Verhoog <kyle.verhoog@datadoghq.com>
    brettlangdon and Kyle-Verhoog committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    1612214 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eed154c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    009b94f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8aea85a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    02f2b00 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5ba8dc1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    810ec4e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. Configuration menu
    Copy the full SHA
    7f63ec9 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Configuration menu
    Copy the full SHA
    d23995c View commit details
    Browse the repository at this point in the history
  2. Remove LazyValue

    majorgreys committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    d886bff View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Configuration menu
    Copy the full SHA
    fcda216 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Configuration menu
    Copy the full SHA
    a333f70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    321474d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Configuration menu
    Copy the full SHA
    1cc7895 View commit details
    Browse the repository at this point in the history
  2. Fix constant

    majorgreys committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    f851205 View commit details
    Browse the repository at this point in the history
  3. Fix flake8

    majorgreys committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    c900dd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e807ec View commit details
    Browse the repository at this point in the history
  5. Update ddtrace_run tests

    majorgreys committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    a9999c8 View commit details
    Browse the repository at this point in the history
  6. Fix integration test

    majorgreys committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    0308fd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Configuration menu
    Copy the full SHA
    992c9ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c78c5a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a198c5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e8e40e View commit details
    Browse the repository at this point in the history
  5. Add license for dogstatsd

    majorgreys committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    868891e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df7a07f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c58e796 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    effd59a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Configuration menu
    Copy the full SHA
    1ffdcb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71439ac View commit details
    Browse the repository at this point in the history
  3. Rename class in repr

    majorgreys committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    86f70c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15953d0 View commit details
    Browse the repository at this point in the history
  5. Fix flake8

    majorgreys committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    b1ff051 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbbbddf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b592566 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3940813 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'kyle-verhoog/metrics' of github.com:DataDog/dd-trace-py…

    … into kyle-verhoog/metrics
    majorgreys committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    50a6ecf View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Configuration menu
    Copy the full SHA
    641f9b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da771e1 View commit details
    Browse the repository at this point in the history
  3. Comments

    majorgreys committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    38e7f60 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'kyle-verhoog/metrics' of github.com:DataDog/dd-trace-py…

    … into kyle-verhoog/metrics
    majorgreys committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    9a8b6c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Fix daemon for threading

    majorgreys committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    156b6b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    589a89b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48d9bf2 View commit details
    Browse the repository at this point in the history
  4. Fix cpu metrics

    majorgreys committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    34d5c0c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Fix cumulative metrics

    majorgreys committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    e344085 View commit details
    Browse the repository at this point in the history
  2. Fix reset

    majorgreys committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    a234743 View commit details
    Browse the repository at this point in the history
  3. Flag check unnecessary

    majorgreys committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    657061b View commit details
    Browse the repository at this point in the history
  4. Fix runtime tag names

    Co-Authored-By: majorgreys <tahir@tahirbutt.com>
    brettlangdon and majorgreys committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    a76e1ee View commit details
    Browse the repository at this point in the history
  5. Merge branch 'kyle-verhoog/metrics' of github.com:DataDog/dd-trace-py…

    … into kyle-verhoog/metrics
    majorgreys committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    a9fb5c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52acbb8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    610e8ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    94f58ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d34662 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af39200 View commit details
    Browse the repository at this point in the history
  11. Fix broken config

    majorgreys committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    75fb9de View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Fix flake8

    majorgreys committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    bc560ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e26b3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c467106 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'kyle-verhoog/metrics' of github.com:DataDog/dd-trace-py…

    … into kyle-verhoog/metrics
    majorgreys committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    667feea View commit details
    Browse the repository at this point in the history
  5. Update ddtrace/bootstrap/sitecustomize.py

    Co-Authored-By: majorgreys <tahir@tahirbutt.com>
    brettlangdon and majorgreys committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    077cad9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab0c594 View commit details
    Browse the repository at this point in the history