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

Node.js 3.0 changes #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions apm/splunk-otel-js/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ settings:
- env: "OTEL_BSP_SCHEDULE_DELAY"
property: ""
description: "The delay in milliseconds between 2 consecutive bath span processor exports."
default: "500"
default: "5000"
type: "number"
category: "instrumentation"
- env: "OTEL_EXPORTER_OTLP_CERTIFICATE"
Expand All @@ -28,31 +28,31 @@ settings:
- env: "OTEL_EXPORTER_OTLP_ENDPOINT"
property: "endpoint"
description: "The OTLP endpoint to export to."
default: "http://localhost:4317"
default: "http://localhost:4318"
type: "string"
category: "exporter"
- env: "OTEL_EXPORTER_OTLP_TRACES_PROTOCOL"
property: ""
description: "Chooses the trace exporter protocol. Allowed values are grpc and http/protobuf"
default: "grpc"
default: "http/protobuf"
type: "string"
category: "exporter"
- env: "OTEL_EXPORTER_OTLP_METRICS_PROTOCOL"
property: "metrics.metricReaderFactory"
description: "Chooses the metric exporter protocol. Allowed values are grpc and http/protobuf"
default: "grpc"
default: "http/protobuf"
type: "string"
category: "exporter"
- env: "OTEL_EXPORTER_OTLP_PROTOCOL"
property: ""
description: "The protocol to use for OTLP exports."
default: "grpc"
default: "http/protobuf"
type: "string"
category: "exporter"
- env: "OTEL_EXPORTER_OTLP_TRACES_ENDPOINT"
property: ""
description: "The traces OTLP endpoint to export to."
default: "http://localhost:4317"
default: "http://localhost:4318"
type: "string"
category: "exporter"
- env: "OTEL_INSTRUMENTATION_COMMON_DEFAULT_ENABLED"
Expand All @@ -69,7 +69,7 @@ settings:
category: "instrumentation"
- env: "OTEL_LOG_LEVEL"
property: "logLevel"
description: "Log level for the OpenTelemetry diagnostic console logger. To activate debug logging, set the debug value. Available values are error, info, debug, and verbose."
description: "Log level for the OpenTelemetry diagnostic console logger. To activate debug logging, set the debug value. Available values are error, warn, info, debug, and verbose."
default: "none"
type: "string"
category: "general"
Expand Down Expand Up @@ -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:4318"
type: "string"
category: "profiler"
- env: "SPLUNK_PROFILER_MEMORY_ENABLED"
Expand Down