Skip to content

Commit

Permalink
Update content/en/blog/2024/prom-and-otel/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Aronoff <jaronoff97@users.noreply.github.com>
  • Loading branch information
reese-lee and jaronoff97 authored Mar 13, 2024
1 parent e5c185f commit fc5e9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/blog/2024/prom-and-otel/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ ship them to a backend that is compatible with Prometheus remote write. Learn mo
the architecture of both exporters [here](https://grafana.com/blog/2023/07/20/a-practical-guide-to-data-collection-with-opentelemetry-and-prometheus/#6-use-prometheus-remote-write-exporter).

## Using the Target Allocator
A common challenge with Prometheus is that of scalability, which is the ability
Scalability is a common challenge with Prometheus; that is the ability
to effectively maintain performance and resource allocation while managing an
increasing number of monitored targets and metrics. One option to help with this
is **sharding** the workload based on labels or dimensions, [which means using multiple Prometheus instances to handle your metrics according to specific parameters](https://www.atatus.com/blog/prometheus-architecture-scalability/#:~:text=Key%20Limitations%20of%20Prometheus,-Long%2DTerm%20Storage&text=Scalability%3A%20Extremely%20big%20environments%20with,availability%2C%20which%20influences%20system%20resilience). This could help
Expand Down

0 comments on commit fc5e9b7

Please sign in to comment.