Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #91 from cisco-open/fix/bootstrap-deps/SDK-592
Browse files Browse the repository at this point in the history
fix(bootstrap-deps): smart add all open-telemetry instrumentation
  • Loading branch information
nemoshlag authored May 26, 2022
2 parents c04005a + eb63e86 commit 404f0c7
Show file tree
Hide file tree
Showing 4 changed files with 824 additions and 219 deletions.
2 changes: 1 addition & 1 deletion cisco_telescope/tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ def _auto_instrument(opt: options.Options):
entry_point.load()().instrument()
logging.debug(f"Instrumented {entry_point.name}")
except Exception:
logging.exception(f"Instrumenting of {entry_point.name} failed")
logging.debug(f"Could not instrument {entry_point.name}")
Loading

0 comments on commit 404f0c7

Please sign in to comment.