You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/03/27 08:12:32 UTC

[camel-k] branch main updated: minor improvements in integration.adoc

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new c59389b5e minor improvements in integration.adoc
c59389b5e is described below

commit c59389b5e6e4ed01b166cdf26c57aafd6593f7f7
Author: Mert Öztürk <me...@gmail.com>
AuthorDate: Sat Mar 25 15:42:33 2023 +0100

    minor improvements in integration.adoc
---
 docs/modules/ROOT/pages/observability/monitoring/integration.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/observability/monitoring/integration.adoc b/docs/modules/ROOT/pages/observability/monitoring/integration.adoc
index de1d1a110..729e4112f 100644
--- a/docs/modules/ROOT/pages/observability/monitoring/integration.adoc
+++ b/docs/modules/ROOT/pages/observability/monitoring/integration.adoc
@@ -36,7 +36,7 @@ spec:
       configuration:
         enabled: true # <1>
 ----
-<1> Actives the Prometheus trait at the platform level
+<1> Activates the Prometheus trait at the platform level
 
 The Camel Quarkus MicroProfile Metrics extension is responsible for collecting and exposing metrics in the https://github.com/OpenObservability/OpenMetrics[OpenMetrics] text format.
 
@@ -77,7 +77,7 @@ In case your integration metrics are not discovered, you may want to rely on htt
 
 == Alerting
 
-The Prometheus Operator declares the `AlertManager` resource that can be used to configure _Alertmanager_ instances, along with `Prometheus` instances.
+The Prometheus Operator declares the `AlertManager` resource that can be used to configure _AlertManager_ instances, along with `Prometheus` instances.
 
 Assuming an `AlertManager` resource already exists in your cluster, you can register a `PrometheusRule` resource that is used by Prometheus to trigger alerts, e.g.: