-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
adding CLI examples for App signals #9176
base: develop
Are you sure you want to change the base?
Conversation
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.
Hi @khyathisri
Thank you for your command example submission! There were some formatting issues that need to be resolved before I can send for maintainer review.
Please fix all requested formatting issues, and be sure to fix your links in every file, and push your updates for a second review.
Thanks!
"Errors": [] | ||
} | ||
|
||
For more information, see `<https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Application-Monitoring-Sections.html>`__ in the *Amazon CloudWatch User Guide*. |
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.
For more information, see `<https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Application-Monitoring-Sections.html>`__ in the *Amazon CloudWatch User Guide*. | |
For more information, see `Application Signals <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Application-Monitoring-Sections.html>`__ in the *Amazon CloudWatch User Guide*. |
All your for more information links are missing the title portion of the formatting and are therefore display broken. Please fix the URLs in all your submitted files to the following format:
`This is the topic title <https://link.to.the/topic/page>`__
https://aws.github.io/aws-cli/docs_styleguide.html#for-more-information-link
--description "Description of your SLO" \ | ||
--sli-config file://sli-config.json | ||
|
||
The file ``sli-config`` is a JSON documnet in the current folder. |
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.
The file ``sli-config`` is a JSON documnet in the current folder. | |
Contents of ``sli-config.json``:: |
The following ``delete-service-level-objective`` example deletes the specified service level objective. :: | ||
|
||
aws application-signals delete-service-level-objective \ | ||
--id "arn:aws:application-signals:us-east-1:123456789101:slo/SLOName" |
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.
--id "arn:aws:application-signals:us-east-1:123456789101:slo/SLOName" | |
--id "arn:aws:application-signals:us-east-1:123456789101:slo/SLOName" |
aws application-signals delete-service-level-objective \ | ||
--id "arn:aws:application-signals:us-east-1:123456789101:slo/SLOName" | ||
|
||
Output:: |
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.
Output:: |
|
||
Output:: | ||
|
||
This command produces no output. |
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.
This command produces no output. | |
This command produces no output. |
|
||
Output:: | ||
|
||
This command produces no output. |
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.
This command produces no output. | |
This command produces no output. |
-—resource-arn "arn:aws:application-signals:us-east-1:123456789101:slo/SLOName" \ | ||
-—tags '{"Key":"test","Value":"value"}' | ||
|
||
Output:: |
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.
Output:: |
|
||
Output:: | ||
|
||
This command produces no output. |
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.
This command produces no output. | |
This command produces no output. |
-—resource-arn "arn:aws:application-signals:us-east-1:123456789101:slo/SLOName" \ | ||
-—tag-keys "test" | ||
|
||
Output:: |
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.
Output:: |
|
||
Output:: | ||
|
||
This command produces no output. |
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.
This command produces no output. | |
This command produces no output. |
Issue #, if available:
Description of changes:
Adding CLI examples for Application signals
https://docs.aws.amazon.com/cli/latest/reference/application-signals/#cli-aws-application-signals
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.