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

added placeholder change for metrics picker #1906

Merged
merged 4 commits into from
Jun 12, 2024

Conversation

sumukhswamy
Copy link
Collaborator

Description

Changed placeholder from data source to metric source

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
@@ -17,8 +17,8 @@ export const DataSourcePicker = ({
selectedDataSource,
setSelectedDataSource,
}: DataSourcePickerMenuProps) => {
const onChange = (selectedDataSource) => {
setSelectedDataSource(selectedDataSource);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Linter issue

Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
@sumukhswamy sumukhswamy merged commit 3da9814 into opensearch-project:main Jun 12, 2024
14 of 19 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jun 12, 2024
* added placeholder change for metrics picker

Signed-off-by: sumukhswamy <sumukhhs@amazon.com>

* updated release notes

Signed-off-by: sumukhswamy <sumukhhs@amazon.com>

* updated tests

Signed-off-by: sumukhswamy <sumukhhs@amazon.com>

---------

Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
(cherry picked from commit 3da9814)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jun 12, 2024
* added placeholder change for metrics picker

Signed-off-by: sumukhswamy <sumukhhs@amazon.com>

* updated release notes

Signed-off-by: sumukhswamy <sumukhhs@amazon.com>

* updated tests

Signed-off-by: sumukhswamy <sumukhhs@amazon.com>

---------

Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
(cherry picked from commit 3da9814)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
YANG-DB pushed a commit that referenced this pull request Jun 12, 2024
* added placeholder change for metrics picker



* updated release notes



* updated tests



---------


(cherry picked from commit 3da9814)

Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
sumukhswamy added a commit that referenced this pull request Jun 12, 2024
* added placeholder change for metrics picker



* updated release notes



* updated tests



---------


(cherry picked from commit 3da9814)

Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sumukh Swamy <sumukhhs@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants