Skip to content

Commit

Permalink
Update metadata.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
theletterf committed May 6, 2024
1 parent 2060e08 commit 146fb19
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions apm/splunk-otel-js/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ settings:
category: exporter
- env: OTEL_INSTRUMENTATION_COMMON_DEFAULT_ENABLED
property: none
description: Whether to activate all the embedded instrumentations. When you set this setting to false, use OTEL_INSTRUMENTATION_[NAME]_ENABLED=true to selectively turn on instrumentations.
description: Whether to activate all the embedded instrumentations. When you set this setting to false, use OTEL_INSTRUMENTATION_NAME_ENABLED=true to selectively turn on instrumentations.
default: true
type: boolean
category: instrumentation
- env: OTEL_INSTRUMENTATION_[NAME]_ENABLED
- env: OTEL_INSTRUMENTATION_NAME_ENABLED
property: none
description: When set to true, this setting activates a specific instrumentation, as defined by replacing [NAME] with the name of the instrumentation. The name is not case sensitive.
description: When set to true, this setting activates a specific instrumentation, as defined by replacing NAME with the name of the instrumentation. The name is not case sensitive.
default: true
type: boolean
category: instrumentation
Expand All @@ -76,7 +76,7 @@ settings:
- env: OTEL_EXPORTER_OTLP_METRICS_ENDPOINT
property: metrics.endpoint
description: The metrics endpoint. Takes precedence over the value set in OTEL_EXPORTER_OTLP_ENDPOINT.
default: https://ingest.[realm].signalfx.com/v2/datapoint/otlp
default: https://ingest.your_realm.signalfx.com/v2/datapoint/otlp
type: number
category: metrics
- env: OTEL_METRIC_EXPORT_INTERVAL
Expand Down Expand Up @@ -117,7 +117,7 @@ settings:
category: general
- env: SPLUNK_INSTRUMENTATION_METRICS_ENABLED
property: none
description: Emit metrics from instrumentation (for example, http.server.duration)
description: Emit metrics from instrumentation. For example, http.server.duration.
default: false
type: boolean
category: instrumentation
Expand All @@ -129,7 +129,7 @@ settings:
category: metrics
- env: SPLUNK_METRICS_ENDPOINT
property: metrics.endpoint
description: The metrics endpoint. Takes precedence over OTEL_EXPORTER_OTLP_METRICS_ENDPOINT. When SPLUNK_REALM is used, the default value is https://ingest.[realm].signalfx.com/v2/datapoint/otlp.
description: The metrics endpoint. Takes precedence over OTEL_EXPORTER_OTLP_METRICS_ENDPOINT. When SPLUNK_REALM is used, the default value is https://ingest.your_realm.signalfx.com/v2/datapoint/otlp.
default: none
type: string
category: metrics
Expand All @@ -142,7 +142,7 @@ settings:
- env: SPLUNK_PROFILER_LOGS_ENDPOINT
property: profiling.endpoint
description: The collector endpoint for profiler logs.
default: http://localhost:4317
default: "http://localhost:4317"
type: string
category: profiler
- env: SPLUNK_PROFILER_MEMORY_ENABLED
Expand Down

0 comments on commit 146fb19

Please sign in to comment.