Skip to content

Commit

Permalink
fixing related javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
srprash committed Feb 9, 2024
1 parent dc8ac3e commit 85202a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
* <li>Add AwsMetricAttributesSpanExporter to add more attributes to all spans.
* </ul>
*
* <p>You can control when these customizations are applied using the property otel.smp.enabled or
* the environment variable OTEL_SMP_ENABLED. This flag is enabled by default.
* <p>You can control when these customizations are applied using the property otel.aws.app.signals.enabled or
* the environment variable OTEL_AWS_APP_SIGNALS_ENABLED. This flag is disabled by default.
*/
public class AwsAppSignalsCustomizerProvider implements AutoConfigurationCustomizerProvider {
private static final Duration DEFAULT_METRIC_EXPORT_INTERVAL = Duration.ofMinutes(1);
Expand Down

0 comments on commit 85202a9

Please sign in to comment.