Skip to content

Outlier detection config#543

Merged
mattklein123 merged 7 commits intoenvoyproxy:masterfrom
amalgam8:outlier_detection_config
Mar 9, 2017
Merged

Outlier detection config#543
mattklein123 merged 7 commits intoenvoyproxy:masterfrom
amalgam8:outlier_detection_config

Conversation

@rshriram
Copy link
Copy Markdown
Member

@rshriram rshriram commented Mar 7, 2017

fixes #540

@mattklein123
Copy link
Copy Markdown
Member

needs docs

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move these to the initializer list

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't "allow_empty" here (remove true param), the object must exist in this branch.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not really a useful test. Can you test the config object directly, and make sure the loaded values are what you expect (or do that additionally)

@rshriram rshriram force-pushed the outlier_detection_config branch from 45fb071 to f15d8ae Compare March 7, 2017 23:45
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{} is no longer needed since you are using the initializer list.

@junr03 junr03 mentioned this pull request Mar 8, 2017
5 tasks
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: pass const Json::Object&

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: pass const Json::Object&

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done. fixed everywhere.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: pass const Json::Object&

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: you don't need false param, it's the default.

@rshriram rshriram force-pushed the outlier_detection_config branch from 619f65e to 97209f3 Compare March 9, 2017 19:26
@mattklein123 mattklein123 merged commit e49093e into envoyproxy:master Mar 9, 2017
@rshriram rshriram deleted the outlier_detection_config branch March 23, 2017 15:29
jplevyak pushed a commit to istio/envoy that referenced this pull request Jul 9, 2020
Signed-off-by: Lizan Zhou <lizan@tetrate.io>
jpsim pushed a commit that referenced this pull request Nov 28, 2022
Description: this PR integrates [Envoy's ApiListener](#9516) to replace Envoy Mobile's use of the AsyncClient. Doing so gives Envoy Mobile access to all L7 facilities provided by Envoy's Http Connection Manager; including but no limited to the L7 filters.
Risk Level: HIGH! This PR changes the underlying code for Envoy Mobile's core functionality
Testing: unit tests updated for the dispatcher, integration tests, and e2e tests with the example apps. Additionally, the ApiListener code has been unit and integration tested in Envoy.

Fixes #543

Signed-off-by: Jose Nino <jnino@lyft.com>
Signed-off-by: JP Simard <jp@jpsim.com>
jpsim pushed a commit that referenced this pull request Nov 29, 2022
Description: this PR integrates [Envoy's ApiListener](#9516) to replace Envoy Mobile's use of the AsyncClient. Doing so gives Envoy Mobile access to all L7 facilities provided by Envoy's Http Connection Manager; including but no limited to the L7 filters.
Risk Level: HIGH! This PR changes the underlying code for Envoy Mobile's core functionality
Testing: unit tests updated for the dispatcher, integration tests, and e2e tests with the example apps. Additionally, the ApiListener code has been unit and integration tested in Envoy.

Fixes #543

Signed-off-by: Jose Nino <jnino@lyft.com>
Signed-off-by: JP Simard <jp@jpsim.com>
mathetake pushed a commit that referenced this pull request Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support config file params for outlier detection

3 participants