Skip to content

Commit 1f06bf8

Browse files
authored
Update roadmap to list alerting via the Pixie Plugin system. (#203)
* Update roadmap to list alerting via the Pixie Plugin system. Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai> * tweak Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai> * tweak Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
1 parent a6bfeaa commit 1f06bf8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/en/01-about-pixie/04-roadmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Pixie has a versatile execution engine which can ingest and export data in a var
2828
We are building a data plane for Kubernetes rather than a full-fledged observability solution. Here are some of the items that we do not plan to tackle. Note that our API makes it possible to enable these use cases with downstream applications.
2929

3030
* Non-Kubernetes environments
31-
* Alerting (available via Pixie’s New Relic One integration or [Slackbot](/tutorials/integrations/slackbot-alert) API integration)
31+
* Alerting (available with the [Slackbot](/tutorials/integrations/slackbot-alert) API integration, coming soon to the [Pixie Plugin system](/reference/plugins/plugin-system))
3232
* Advanced dashboarding (available with Pixie's [Grafana plugin](/reference/plugins/grafana))
33-
* Long-term storage (available with the [Pixie Plugin system](/reference/plugins/plugin-system) and [New Relic One integration](https://newrelic.com/platform/kubernetes-pixie))
33+
* Long-term storage (available with the [Pixie Plugin system](/reference/plugins/plugin-system))

content/en/01-about-pixie/05-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Pixie has a [1GiB memory requirement](/installing-pixie/requirements/#memory) pe
7474

7575
Retention time depends on the level of traffic in your cluster, but will generally be on the order of hours. Each [data table](/reference/datatables/) in Pixie (e.g. `http_events`) has its own maximum size. These tables collect data until the maximum size is reached, and then begin dropping the oldest data.
7676

77-
Pixie's [Plugin System](/reference/plugins/plugin-system) integrates with other tools to for long-term retention. Other third-party observability tools (such as [New Relic’s integration](https://newrelic.com/platform/kubernetes-pixie)) may also provide this capability.
77+
Pixie's [Plugin System](/reference/plugins/plugin-system) integrates with third-party observability tools to provide long-term retention.
7878

7979
### How does Pixie secure its data?
8080

@@ -142,7 +142,7 @@ Pixie does not yet offer full RBAC support. However, you can enable “Approvals
142142

143143
Pixie does not offer alerting. However, alerts can be set up using Pixie’s API. For example, see the [Slackbot Alert Tutorial](/tutorials/integrations/slackbot-alert/).
144144

145-
For comprehensive alerting, we recommend integrating with third-party observability tools (such as New Relic’s integration). In the future, Pixie's [Plugin System](/reference/plugins/plugin-system) will allow easy integration with other tools to setup alerts using Pixie data.
145+
In the future, Pixie's [Plugin System](/reference/plugins/plugin-system) will integrate with third-party observability tools to provide alerts using Pixie data.
146146

147147
### How do I delete a cluster?
148148

0 commit comments

Comments
 (0)