Skip to content

Commit

Permalink
docs: mark serverless as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
electron0zero committed Aug 28, 2024
1 parent 061b03d commit 2684941
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/sources/tempo/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ querier:
# Timeout for search requests
[query_timeout: <duration> | default = 30s]

# NOTE: The Tempo serverless feature is now deprecated and will be removed in an upcoming release.
# A list of external endpoints that the querier will use to offload backend search requests. They must
# take and return the same value as /api/search endpoint on the querier. This is intended to be
# used with serverless technologies for massive parallelization of the search path.
Expand Down
8 changes: 8 additions & 0 deletions docs/sources/tempo/operations/backend_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ querier:
With serverless technologies:
{{< admonition type="caution" >}}
The Tempo serverless feature is now deprecated and will be removed in an upcoming release.
{{< /admonition >}}
{{< admonition type="note" >}}
Serverless can be a nice way to reduce cost by using it as spare query capacity.
However, serverless tends to have higher variance then simply allowing the queriers to perform the searches themselves.
Expand Down Expand Up @@ -172,6 +176,10 @@ query_frontend:
### Serverless environment
{{< admonition type="caution" >}}
The Tempo serverless feature is now deprecated and will be removed in an upcoming release.
{{< /admonition >}}
Serverless isn't required, but with larger loads, serverless can be used to reduce costs.
Tempo has support for Google Cloud Run and AWS Lambda.
In both cases, you can use the following
Expand Down
4 changes: 4 additions & 0 deletions docs/sources/tempo/operations/serverless_aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ weight: 95

# Search with AWS Lambda

{{< admonition type="caution" >}}
The Tempo serverless feature is now deprecated and will be removed in an upcoming release.
{{< /admonition >}}

This document explains how to set up AWS Lambda for serverless backend search.
Read [improve search performance]({{< relref "./backend_search" >}}) for more guidance on configuration options for backend search.

Expand Down
4 changes: 4 additions & 0 deletions docs/sources/tempo/operations/serverless_gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ alias:

# Search with Google Cloud Run

{{< admonition type="caution" >}}
The Tempo serverless feature is now deprecated and will be removed in an upcoming release.
{{< /admonition >}}

This document walks you through setting up a Google Cloud Run for serverless backend search.
For more guidance on configuration options for full backend search [check here]({{< relref "./backend_search" >}}).

Expand Down

0 comments on commit 2684941

Please sign in to comment.