-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
otlp: Add beta support to receive logs (#6768)
Adds support to receive OTLP logs on the GRPC receiver. This feature is _beta_ and should be used sparsely until the OTel spec declares it as stable. Signed-off-by: Marc Lopez Rubio <[email protected]> (cherry picked from commit 5e5623e) # Conflicts: # changelogs/head.asciidoc
- Loading branch information
Showing
28 changed files
with
593 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
[[release-notes-head]] | ||
== APM version HEAD | ||
|
||
https://github.com/elastic/apm-server/compare/7.15\...master[View commits] | ||
|
||
[float] | ||
==== Breaking Changes | ||
- Removed legacy Jaeger gRPC/HTTP endpoints {pull}6417[6417] | ||
- Removed source map upload endpoint {pull}6447[6447] | ||
- Removed unsupported libbeat `processors` configuration {pull}6474[6474] | ||
- Removed `apm-server.aggregation.transactions.enabled` configuration option {pull}6495[6495] | ||
- Removed `apm-server.aggregation.service_destinations.enabled` configuration option {pull}6503[6503] | ||
- Removed `apm-server.sampling.keep_unsampled` configuration option; non-RUM unsampled transactions are always dropped {pull}6514[6514] {pull}6669[6669] | ||
- Removed `apm-server.jaeger` configuration options {pull}6560[6560] | ||
- Removed `apm-server.instrumentation` configuration options in favor of `instrumentation` {pull}6560[6560] | ||
- Removed `apm-server.rum.{allowed_service,event_rate}` configuration option in favor of `apm-server.auth.anonymous.{allow_service,rate_limit}` {pull}6560[6560] | ||
- Removed `apm-server.{api_key,secret_token}` configuration options in favor of `apm-server.auth.{api_key,secret_token}` {pull}6560[6560] | ||
- Onboarding documents are no longer indexed {pull}6431[6431] | ||
- Removed `apm-server.register.ingest.pipeline` and `output.elasticsearch.pipeline` configuration options {pull}6575[6575] | ||
- Removed unused `span.start.us` field, and deprecated `span.http.*` fields {pull}6602[6602] | ||
- Removed `apm-server.data_streams.enabled`, and `setup.*` configuration options {pull}6606[6606] | ||
- Removed `logging.ecs` and `logging.json` config {pull}6613[6613] | ||
|
||
[float] | ||
==== Bug fixes | ||
- In accord with ECS, the server logs now set `source.address` to the immediate network peer's IP address, and `client.ip` to the originating client IP if known {pull}6690[6690] | ||
- `host.ip` is now stored as an array, as specified by ECS {pull}6694[6694] | ||
|
||
[float] | ||
==== Intake API Changes | ||
- `transaction.name` was added to the error objects in the intake API {pull}6539[6539] | ||
|
||
[float] | ||
==== Added | ||
- Introduced a delete phase for all data streams. Traces, errors and logs are kept for 10 days, metrics are kept for 90 days {pull}6480[6480] | ||
- Changed RUM traces to use a dedicated data stream (`traces-apm.rum`). RUM traces are kept for 90 days {pull}6480[6480] | ||
- `apm-server` artifacts now have the apm java-attacher.jar packaged alongside them {pull}6593[6593] | ||
- Added metrics for new Elasticsearch output: `libbeat.output.events.{acked,batches,toomany}`; added tracing and log correlation {pull}6630[6630] | ||
- Run the java attacher jar when configured and not in a cloud environment {pull}6617[6617] | ||
- The `labels` indexed field is now ECS compliant (string only) and added a new `numeric_labels` object that holds labels with numeric values {pull}6633[6633] | ||
- Modify default standalone apm-server config values to be more in line with the default managed apm-server values {pull}6675[6675] | ||
- APM Server is now using a new Elasticsearch output implementation {pull}6656[6656] | ||
- Standalone apm-server can now fetch source maps uploaded to Kibana, when `apm-server.kibana` is configured {pull}6447[6447] | ||
- APM Server now has beta support to receive OpenTelemetry Logs on the OTLP/GRPC receiver {pull}6768[6768] | ||
|
||
[float] | ||
==== Licensing Changes | ||
- Updated the `x-pack` source files license to the Elastic License 2.0 {pull}6524[6524] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.