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

Update stateful Obs docs to fix problems found during serverless testing #3574

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/en/observability/apm/aws-lambda-extension.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
= Monitoring AWS Lambda Functions

Elastic APM lets you monitor your AWS Lambda functions.
The natural integration of <<apm-distributed-tracing,distributed tracing>> into your AWS Lambda functions provides insights into the functions' execution and runtime behavior as well as their relationships and dependencies to other services.
The natural integration of <<apm-distributed-tracing,distributed tracing>> into your AWS Lambda functions provides insights into the function's execution and runtime behavior as well as its relationships and dependencies to other services.

To get started with the setup of Elastic APM for your Lambda functions, checkout the language-specific guides:

Expand Down
2 changes: 1 addition & 1 deletion docs/en/observability/apm/open-telemetry.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ include::./diagrams/apm-otel-architecture.asciidoc[Architecture of Elastic APM w

Elastic integrates with OpenTelemetry, allowing you to reuse your existing instrumentation
to easily send observability data to the {stack}.
There are four ways to integrate OpenTelemetry with the {stack}:
There are several ways to integrate OpenTelemetry with the {stack}:

**OpenTelemetry API/SDK with Elastic APM agents**

Expand Down
2 changes: 1 addition & 1 deletion docs/en/observability/apm/otel-attrs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A resource attribute is a key/value pair containing information about the entity
Resource attributes are mapped to Elastic Common Schema (ECS) fields like `service.*`, `cloud.*`, `process.*`, etc.
These fields describe the service and the environment that the service runs in.

The examples below set the Elastic (ECS) `service.environment` field for the resource, i.e. service, that is producing trace events.
The examples shown here set the Elastic (ECS) `service.environment` field for the resource, i.e. service, that is producing trace events.
Note that Elastic maps the OpenTelemetry `deployment.environment` field to
the ECS `service.environment` field on ingestion.

Expand Down
Loading