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

Ch4 telemetry #2

Merged
merged 11 commits into from Mar 27, 2024
Merged

Ch4 telemetry #2

merged 11 commits into from Mar 27, 2024

Commits on Mar 27, 2024

  1. ch4: add some logging and use tracing crate for log for now

    Signed-off-by: Jin Dong <jin.dong@databricks.com>
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    56939b6 View commit details
    Browse the repository at this point in the history
  2. ch4: change env logger to env filter from tracing

    Signed-off-by: Jin Dong <jin.dong@databricks.com>
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    748a77f View commit details
    Browse the repository at this point in the history
  3. ch4: change env logger to env filter from tracing

    Signed-off-by: Jin Dong <jin.dong@databricks.com>
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    b8b3721 View commit details
    Browse the repository at this point in the history
  4. ch4: redirect logs to tracing logger

    Signed-off-by: Jin Dong <jin.dong@databricks.com>
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    e84a901 View commit details
    Browse the repository at this point in the history
  5. ch4: cleanup and fmt

    Signed-off-by: Jin Dong <jin.dong@databricks.com>
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    ed74c93 View commit details
    Browse the repository at this point in the history
  6. ch4: move tracing to telemetry mod

    Signed-off-by: Jin Dong <jin.dong@databricks.com>
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    01fb8f6 View commit details
    Browse the repository at this point in the history
  7. ch4: add tracing setup to tests

    Signed-off-by: Jin Dong <jin.dong@databricks.com>
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    5bbbc86 View commit details
    Browse the repository at this point in the history
  8. ch4: [en|dis]able tracing log in test via env var

    Signed-off-by: Jin Dong <jin.dong@databricks.com>
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    6a83c61 View commit details
    Browse the repository at this point in the history
  9. ch4: move tracing to fn descriptor

    Signed-off-by: Jin Dong <jin.dong@databricks.com>
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    e10639c View commit details
    Browse the repository at this point in the history
  10. ch4: wrap secret data with secrecy::Secret

    Signed-off-by: Jin Dong <jin.dong@databricks.com>
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    fcc7001 View commit details
    Browse the repository at this point in the history
  11. ch4: replace Logger with TracingLogger

    Signed-off-by: Jin Dong <jin.dong@databricks.com>
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    0355150 View commit details
    Browse the repository at this point in the history