-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[APM] Agent remote config: validation for Java agent configs #63956
Merged
cauemarcondes
merged 18 commits into
elastic:master
from
cauemarcondes:agent-config-validations
May 4, 2020
Merged
[APM] Agent remote config: validation for Java agent configs #63956
cauemarcondes
merged 18 commits into
elastic:master
from
cauemarcondes:agent-config-validations
May 4, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cauemarcondes
added
release_note:skip
Skip the PR/issue when compiling release notes
v7.8.0
apm:Agent Configuration
labels
Apr 20, 2020
@elasticmachine merge upstream |
cauemarcondes
added
release_note:enhancement
and removed
release_note:skip
Skip the PR/issue when compiling release notes
labels
Apr 20, 2020
dgieselaar
reviewed
Apr 22, 2020
x-pack/plugins/apm/common/agent_configuration/setting_definitions/java_settings.ts
Outdated
Show resolved
Hide resolved
@elasticmachine merge upstream |
dgieselaar
reviewed
Apr 24, 2020
x-pack/plugins/apm/common/agent_configuration/runtime_types/duration_rt.ts
Outdated
Show resolved
Hide resolved
dgieselaar
reviewed
Apr 24, 2020
x-pack/plugins/apm/common/agent_configuration/setting_definitions/general_settings.ts
Outdated
Show resolved
Hide resolved
@elasticmachine merge upstream |
sorenlouv
reviewed
Apr 29, 2020
...pp/Settings/AgentConfigurations/AgentConfigurationCreateEdit/SettingsPage/SettingFormRow.tsx
Outdated
Show resolved
Hide resolved
sorenlouv
reviewed
Apr 29, 2020
x-pack/plugins/apm/common/agent_configuration/setting_definitions/general_settings.ts
Show resolved
Hide resolved
@elasticmachine merge upstream |
cauemarcondes
commented
Apr 30, 2020
x-pack/plugins/apm/common/agent_configuration/setting_definitions/index.ts
Show resolved
Hide resolved
sorenlouv
reviewed
Apr 30, 2020
x-pack/plugins/apm/common/agent_configuration/runtime_types/duration_rt.ts
Outdated
Show resolved
Hide resolved
sorenlouv
reviewed
Apr 30, 2020
x-pack/plugins/apm/common/agent_configuration/runtime_types/duration_rt.ts
Show resolved
Hide resolved
sorenlouv
reviewed
Apr 30, 2020
x-pack/plugins/apm/common/agent_configuration/runtime_types/duration_rt.ts
Outdated
Show resolved
Hide resolved
sorenlouv
reviewed
Apr 30, 2020
x-pack/plugins/apm/common/agent_configuration/runtime_types/bytes_rt.ts
Outdated
Show resolved
Hide resolved
sorenlouv
reviewed
Apr 30, 2020
x-pack/plugins/apm/common/agent_configuration/runtime_types/bytes_rt.ts
Outdated
Show resolved
Hide resolved
sorenlouv
reviewed
Apr 30, 2020
x-pack/plugins/apm/common/agent_configuration/runtime_types/duration_rt.ts
Outdated
Show resolved
Hide resolved
sorenlouv
reviewed
Apr 30, 2020
x-pack/plugins/apm/common/agent_configuration/runtime_types/duration_rt.ts
Outdated
Show resolved
Hide resolved
…ibana into agent-config-validations
sorenlouv
approved these changes
Apr 30, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing the last nits. lgtm 👍
x-pack/plugins/apm/common/agent_configuration/runtime_types/bytes_rt.ts
Outdated
Show resolved
Hide resolved
sorenlouv
reviewed
May 4, 2020
x-pack/plugins/apm/common/agent_configuration/amount_and_unit.ts
Outdated
Show resolved
Hide resolved
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
cauemarcondes
added a commit
to cauemarcondes/kibana
that referenced
this pull request
May 4, 2020
…#63956) * validating java settings * adding min max support to duration * Agent config cleanup * refactoring * refactoring * refactoring * fixing i18n * validating min and max bytes * refactoring * refactoring * refactoring * accept number and string on amountAndUnitToString Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Søren Louv-Jansen <[email protected]>
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
May 4, 2020
…ana into alerting/np-tests-migration * 'alerting/np-tests-migration' of github.com:gmmorris/kibana: [APM] Agent remote config: validation for Java agent configs (elastic#63956) [APM] Fix duplicate index patterns (elastic#64883) Drilldowns (elastic#61219) [Alerting] fix labels and links in PagerDuty action ui and docs (elastic#64032) [Event Log] Ensure sorting tests are less flaky (elastic#64781) update endpoint to restrict removing with datasources (elastic#64978) [Logs UI] [Alerting] Alerts management page enhancements (elastic#64654) Adjust kibana app owning files (elastic#65064) Migrate tutorial resources (elastic#64298) [Logs UI] Tweak copy in log alerts dialog (elastic#64645) [Logs UI] [Alerting] Documentation (elastic#64886) [Logs UI] Add dataset filter to ML module setup screen (elastic#64470) [TSVB] Fixing memory leak (elastic#64918) Bump backport to 5.4.1 (elastic#65041)
cauemarcondes
added a commit
that referenced
this pull request
May 4, 2020
…#65086) * validating java settings * adding min max support to duration * Agent config cleanup * refactoring * refactoring * refactoring * fixing i18n * validating min and max bytes * refactoring * refactoring * refactoring * accept number and string on amountAndUnitToString Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Søren Louv-Jansen <[email protected]> Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Søren Louv-Jansen <[email protected]>
sorenlouv
added
apm-test-plan-7.7.0
apm:test-plan-7.8.0
and removed
apm-test-plan-7.7.0
labels
May 13, 2020
sorenlouv
added
the
apm:test-plan-done
Pull request that was successfully tested during the test plan
label
May 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
apm:Agent Configuration
apm:test-plan-7.8.0
apm:test-plan-done
Pull request that was successfully tested during the test plan
release_note:enhancement
v7.8.0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #62782