mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
Merge pull request #4473 from simonpasquier/fix-adopters-order
This commit is contained in:
commit
0dcaa213a6
1 changed files with 20 additions and 20 deletions
40
ADOPTERS.md
40
ADOPTERS.md
|
@ -182,6 +182,26 @@ Details:
|
|||
- 4000 samples/s
|
||||
- 100k active series
|
||||
|
||||
## Robusta
|
||||
|
||||
[Robusta docs](https://docs.robusta.dev/master/)
|
||||
|
||||
Environments: EKS, GKE, AKS, and self-hosted Kubernetes
|
||||
|
||||
Uses [kube-prometheus](https://github.com/prometheus-operator/kube-prometheus): Yes
|
||||
|
||||
We're an open source project that builds upon the awesome Prometheus Operator. We run automated playbooks in response to Prometheus alerts and other events in your cluster. For example, you can automatically fetch logs and send them to Slack when a Prometheus alert occurs. All it takes is this YAML:
|
||||
|
||||
```yaml
|
||||
triggers:
|
||||
- on_prometheus_alert:
|
||||
alert_name: KubePodCrashLooping
|
||||
actions:
|
||||
- logs_enricher: {}
|
||||
sinks:
|
||||
- slack
|
||||
```
|
||||
|
||||
## Skyscanner
|
||||
|
||||
[skyscanner.net](https://skyscanner.net/)
|
||||
|
@ -250,26 +270,6 @@ Details (optional):
|
|||
- ~15mn samples/s
|
||||
- ~200mn active series
|
||||
|
||||
## Robusta
|
||||
|
||||
[Robusta docs](https://docs.robusta.dev/master/)
|
||||
|
||||
Environments: EKS, GKE, AKS, and self-hosted Kubernetes
|
||||
|
||||
Uses [kube-prometheus](https://github.com/prometheus-operator/kube-prometheus): Yes
|
||||
|
||||
We're an open source project that builds upon the awesome Prometheus Operator. We run automated playbooks in response to Prometheus alerts and other events in your cluster. For example, you can automatically fetch logs and send them to Slack when a Prometheus alert occurs. All it takes is this YAML:
|
||||
|
||||
```yaml
|
||||
triggers:
|
||||
- on_prometheus_alert:
|
||||
alert_name: KubePodCrashLooping
|
||||
actions:
|
||||
- logs_enricher: {}
|
||||
sinks:
|
||||
- slack
|
||||
```
|
||||
|
||||
## <Insert Company/Organization Name>
|
||||
|
||||
https://our-link.com/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue