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

Mamokari/observability #307

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
07f985a
Adds Observability Modules
Jul 2, 2020
5adb1bc
Fixes YML file
Jul 2, 2020
5bc9778
Fixes flake8 errors
Jul 2, 2020
cb2694a
removes python-dotenv==0.10.3 dependency
Jul 2, 2020
534eaec
Chages the AML_REBUILD_ENVIRONMENT to false
Jul 3, 2020
56a20bf
Fixes the AML image snapshot path
Jul 3, 2020
0f614c4
Satisfies Flake8
Jul 3, 2020
bb0d158
Integrates Observability onto Pipeline and one script
Jul 3, 2020
3a619da
Chamnges factory to register_loggers
Jul 3, 2020
ff513b3
Adds app_insights_connection_string to Env class
Jul 3, 2020
f61d444
Integrates observability with ml_service
Jul 3, 2020
b2d81d1
Satisfies Flake8
Jul 3, 2020
0904c59
Integrates diabetes_regression scripts with observability
Jul 3, 2020
cbd100a
Changes Observability to add AppInsightsLoggers to list of loggers on…
Jul 3, 2020
704d345
Adds APP_INSIGHTS_CONNECTION_STRING to logger_interface
Jul 3, 2020
421c14c
Removes the dependency to Env object
Jul 6, 2020
bbc871a
Satisfies Flake8
Jul 6, 2020
cc95eaf
Adds dataclasses to conda_dependencies.yml
Jul 6, 2020
e1a76f8
Fixes YAML indentation
Jul 6, 2020
07e432f
Changes log_metric to log
Jul 6, 2020
b48da8e
Adds more scripts to use Observability and get app_insight_connectoin_
Jul 6, 2020
b25c7e2
Remove AML_REBUILD_ENVIRONMENT flag
Jul 6, 2020
b814d47
Resolves the conflicts
Jul 6, 2020
13841e2
Adds diabetes_regression to scoring path
Jul 6, 2020
66cffef
Adds dataclasses
Jul 6, 2020
8328b88
Adds dataclasses to conda_dependencies_scorecopy.yml
Jul 6, 2020
8cac588
Adds python-dotenv and opencensus to conda_dependencies_scorecopy.yml
Jul 6, 2020
c113423
Merges with master
Jul 9, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixes YML file
  • Loading branch information
Maysam Mokarian committed Jul 2, 2020
commit 5adb1bcd32fdd9967f26dc9d89589da4bfe0d6f3
2 changes: 1 addition & 1 deletion .pipelines/diabetes_regression-variables-template.yml
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ variables:
# value: "true"

# Flag to allow rebuilding the AML Environment after it was built for the first time. This enables dependency updates from conda_dependencies.yaml.
- name: AML_REBUILD_ENVIRONMENT
- name: AML_REBUILD_ENVIRONMENT
value: "true"

# Variables below are used for controlling various aspects of batch scoring