Microsatellites aren’t supported for organizations hosted in the EU data center.
This release includes the following:
google.golang.org/grpc
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
golang.org/x/net
This release includes the following:
/v1/traces
).400 BadRequest
instead of 500 Internal Error
.Content-Type
for HTTP Proto/JSON 4xx
and HTTP Proto/JSON 5xx
to match requests.This release is specifically for Microsatellites running on Docker and includes a fix for a bug that causes a degradation in UI functionality due to missing release_tag
labels.
Update for Docker users 03/29/2023: This release tag should not be used for Docker due to a UI bug that is now fixed in the 2023-03-29_17-59-52Z Docker release. This bug only occurs in this Docker image and does not affect this release tag for other image platforms.
This release includes a security update for Debian/Ubuntu and AWS/AMI that applies patches to OpenSSL. Specifically, patches CVE-2022-3602 and CVE-2022-3358 were applied.
This image tag was updated on 1/24/2023 to include support for arm64
. This release now supports both amd64
and arm64
architectures.
This release includes the following changes:
This release includes the following changes:
This release includes the following changes:
forward_spans.request.compressed_bytes.sum
metric from Microsatellites that represents the bytes of compressed span data emitted.forward_spans.request.compressed_bytes.failed
metric from Microsatellites that represents the bytes of compressed span data that failed to send from the Microsatellite. The metric includes the code
tag, allowing you see the types of errors.You can now sample trace data by sending a percentage (between 1 and 100) of spans using the new sample_percent
configuration for the Microsatellite or using the API. Setting the parameter using the API now takes precedence over the setting in the configuration file.
This change deprecates the sample_one_in_n
parameter and API.
otel.trace_id
attribute is now automatically generated on all spans.We’ve added the ability to ingest trace data from the Datadog agent to Cloud Observability. You can choose to send the data to both Datadog and Cloud Observability, or just Cloud Observability, by changing the configuration of the agent.
The Microsatellite image is now based on Ubuntu version 22.04.
This release requires you to add three new IPs to your list of allowed IPs for outbound traffic.
To increase performance, we’ve added three new IPs that accept Microsatellite traffic.
Please add these to your list of allowed IPs:
35.238.201.185
35.232.125.62
34.133.89.98
Here’s the full list of IPs you need to allow:
130.211.23.15
34.121.73.38
34.133.89.98
35.184.80.225
35.190.51.206
35.190.69.91
35.224.59.21
35.231.95.136
35.232.125.62
35.238.201.185
This release for AMI/AWS is now separate from the Classic Satellite release, formally found under Lightstep Collector.
This new release can be found by searching for Lightstep Microsatellite
:.
Theses improvements don’t require any action on your part.
Added compression improvements on the span forwarding path to reduce wire size of requests sent from satellites to Cloud Observability SaaS.
Increased COLLECTOR_SPAN_FORWARDING_BUFFER_SIZE
buffer to 20,000
as the default:
You no longer need to configure this parameter.
Added days_until_key_expiry
:
This new satellite key expiry metric returns the days before key expires, based on the satellite_key_id
. This is the ID shown on the Satellite Keys tab of the Settings page.
The following software has been upgraded in the Microsatellites:
The following reported bugs have been fixed:
gzip compression for OTLP/HTTP ingest:
Previously, if you sent spans compressed using GZIP, they wouldn’t unzip properly and the request would fail. This has been fixed.
Running Microsatellites as containers:
Previously, if you ran satellites as containers, we incorrectly set GOMAXPROCS
to the number of CPUs in the machine of the container.
We now correctly read the number of CPUs allocated to the container to set GOMAXPROCS
. This has incremental performance benefits.
This is the initial release for Microsatellites.
Read about the benefits of Microsatellites.
Microsatellite configuration parameters
Updated Aug 2, 2023