View source: R/apprunner_operations.R
apprunner_create_observability_configuration | R Documentation |
Create an App Runner observability configuration resource. App Runner requires this resource when you create or update App Runner services and you want to enable non-default observability features. You can share an observability configuration across multiple services.
See https://www.paws-r-sdk.com/docs/apprunner_create_observability_configuration/ for full documentation.
apprunner_create_observability_configuration(
ObservabilityConfigurationName,
TraceConfiguration = NULL,
Tags = NULL
)
ObservabilityConfigurationName |
[required] A name for the observability configuration. When you use it for the
first time in an Amazon Web Services Region, App Runner creates revision
number The name When you want to use your own observability configuration for your App Runner service, create a configuration with a different name, and then provide it when you create or update your service. |
TraceConfiguration |
The configuration of the tracing feature within this observability configuration. If you don't specify it, App Runner doesn't enable tracing. |
Tags |
A list of metadata items that you can associate with your observability configuration resource. A tag is a key-value pair. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.