Microsatellites aren’t supported for organizations hosted in the EU data center.
Cloud Observability uses Microsatellites to collect 100% of the performance data that your tracing instrumentation generates. Microsatellites collect telemetry data generated by instrumented clients and servers, and then send that data to the Cloud Observability platform. The SaaS platform records aggregate information about the spans, directs the trace assembly process, and then stores traces durably, all for display in Cloud Observability.
Learn more about Cloud Observability’s architecture.
Cloud Observability offers three Microsatellite types, used at different times during the development lifecycle:
Public Microsatellites: A Cloud Observability-managed shared pool of Microsatellites.
Typically during development, especially when instrumenting a single service, you only want to see traces from your local environment, rather than having to wait to deploy to see results. Cloud Observability’s Developer Mode includes a Satellite you run on your machine. Because this Satellite communicates only with your local code, you see only your traces, speeding up instrumentation, testing, and debugging.
For lower throughput environments that don’t want to maintain Microsatellites, you can use the public shared Microsatellite pool. Not having to install and maintain On-premise Microsatellites accelerates the initial production of meaningful traces right away.
Before using the shared pool, note the following:
Learn more about Public Microsatellites.
For production environments, you want complete control over your Microsatellites. You can download, install, and tune Microsatellites to fit your exact needs. Microsatellites are straightforward to deploy using a Docker image, AWS AMI, or Debian package.
If you’re using public Microsatellites or working in Developer Mode, then that’s all you really need to know about Microsatellites, as Cloud Observability installs and maintains them. If you’re using on-premises Microsatellites, read further to understand how they work, how many to use, and how to install, monitor, and maintain them.
Each Microsatellite collects 100% of unsampled recent spans (or a sampled set if using the sampling) configuration parameter) and sends them to the Cloud Observability SaaS, which then processes and temporarily stores that data for trace assembly. The length of time between the newest and the oldest span data currently held for analysis is the retention window. The default retention window is three days, meaning that trace data from the last three days is always available to Cloud Observability for real-time analysis.
Cloud Observability offers a retention window of longer than three days. Contact your customer success representative for more information.
Microsatellites don’t have strict CPU and memory requirements. One recommendation is to start with 2 CPU and 2 GB machines and see how much memory and CPU is utilized. We expect a 2 CPU and 2 GB machine to support 6 MB per second based on internal benchmarking. Exact resource usage may vary by customer, but this is a good starting place before tuning or enabling autoscaling.
Depending on the utilization, you can scale horizontally (add/remove instances) or vertically (add/remove memory and CPU).
You can determine your estimated volume using the following formula:
data volume = requests/second X spans/requests X bytes/span
Where:
requests/second
: The number of requests your software handles.spans/request
: The number of spans created during each request.bytes/span
: This depends on the number of attributes that you use and a few other factors, but the baseline is about 100 bytes per span. Most users can assume less than 500 bytes per span with typical attributes, etc.Depending on your application and production environment, you may choose to set up several Microsatellite pools. A pool is a group of one or more Microsatellites that use a single configuration for all Microsatellites in that pool. Pools are isolated from each other, so issues in pool won’t affect the Microsatellites in other pools. They increase both the reliability and manageability of your Microsatellites. You might also set up separate pools to isolate non-production and production traffic.
You should set up at least one Microsatellite in each region where you run a backend, as this will limit cross-region traffic.
Microsatellites use a Satellite key associated with your organization. Unlike your access token (which provides only the ability to map spans from your tracer to a specific Cloud Observability project), the Satellite key allows the Microsatellite to authenticate with Cloud Observability and authorizes it to accept spans for your projects. The Satellite key does not provide read access to any spans or traces.
Cloud Observability periodically publishes new Microsatellite versions to improve the quality of collection and reporting. We offer versions for Docker, AWS, and Debian. You receive notifications when a new version is available.
You can find more information about installation in Install and Configure Microsatellites. You can find instructions for updating to a new version in Upgrade Microsatellites.
Install and configure Microsatellites
Microsatellite configuration parameters
Updated Apr 6, 2021