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

Resources prototype #853

Merged
merged 30 commits into from
Jul 5, 2020
Merged

Commits on Jul 3, 2020

  1. add resource auto detection prototype

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    cd1db3f View commit details
    Browse the repository at this point in the history
  2. add OTEL resource detector

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    29cb5e5 View commit details
    Browse the repository at this point in the history
  3. strip whitespace in OTEL detector

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    a81d8bf View commit details
    Browse the repository at this point in the history
  4. gcp_instance to gce_instance

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    b1d5eb6 View commit details
    Browse the repository at this point in the history
  5. decouple TimeSeries and Monitoredresource

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    930b44b View commit details
    Browse the repository at this point in the history
  6. make env detector mandatory

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    c52109e View commit details
    Browse the repository at this point in the history
  7. add tests and reformat wrt updated spec

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    652fa08 View commit details
    Browse the repository at this point in the history
  8. Update ext/opentelemetry-exporter-cloud-monitoring/src/opentelemetry/…

    …exporter/cloud_monitoring/__init__.py
    
    Co-authored-by: Chris Kleinknecht <[email protected]>
    2 people authored and Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    ebdba1e View commit details
    Browse the repository at this point in the history
  9. add cloud trace tests

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    f4856bb View commit details
    Browse the repository at this point in the history
  10. doc update

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    353a0e2 View commit details
    Browse the repository at this point in the history
  11. use patch

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    37c6f03 View commit details
    Browse the repository at this point in the history
  12. make compatible with python3.5

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    55843b1 View commit details
    Browse the repository at this point in the history
  13. update test cases

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    8a05151 View commit details
    Browse the repository at this point in the history
  14. reformat how resources are read in

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    cafa729 View commit details
    Browse the repository at this point in the history
  15. add cloud monitoring tests

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    604690a View commit details
    Browse the repository at this point in the history
  16. nit

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    ca86a58 View commit details
    Browse the repository at this point in the history
  17. more detector tests

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    2499630 View commit details
    Browse the repository at this point in the history
  18. slight rename

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    65c7c67 View commit details
    Browse the repository at this point in the history
  19. aaron comments

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    e20726b View commit details
    Browse the repository at this point in the history
  20. address aaron comments

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    339c9c9 View commit details
    Browse the repository at this point in the history
  21. multithread detectors

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    a72d726 View commit details
    Browse the repository at this point in the history
  22. appease py34

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    98c3ede View commit details
    Browse the repository at this point in the history
  23. add basic_trace folder

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    42ea01f View commit details
    Browse the repository at this point in the history
  24. nit

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    e9c1661 View commit details
    Browse the repository at this point in the history
  25. add detach

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    e7256b7 View commit details
    Browse the repository at this point in the history
  26. spelling

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    cc1ab5c View commit details
    Browse the repository at this point in the history
  27. dummy file

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    cab8dcc View commit details
    Browse the repository at this point in the history
  28. rerun tests

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    b98c061 View commit details
    Browse the repository at this point in the history
  29. lint

    Andrew Xue committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    1a481bc View commit details
    Browse the repository at this point in the history
  30. Update docs/examples/basic_tracer/README.rst

    Co-authored-by: Connor Adams <[email protected]>
    AndrewAXue and cnnradams authored Jul 3, 2020
    Configuration menu
    Copy the full SHA
    c40bcb9 View commit details
    Browse the repository at this point in the history