Skip to content

Commit

Permalink
Smaller fixes according to Style Checker
Browse files Browse the repository at this point in the history
  • Loading branch information
chabowski committed Oct 18, 2023
1 parent 5574c02 commit 24faed2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion adoc/SLES4SAP-sap-infra-monitoring-promtail.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ image::sap-infra-monitoring-deep_dive-promtail01.png[Using Labels,scaledwidth=80

==== Drop log entries
Sometimes an application is constantly writing annoying messages in the log you want to get rid of.
The stage `drop` can exactly do that by e.g. using expression.
The stage `drop` can exactly do that by using, for example, the parameter `expression`.

.promtail.yaml
[source]
Expand Down
6 changes: 3 additions & 3 deletions adoc/SLES4SAP-sap-infra-monitoring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:sles4sap: {sles} for SAP Applications


= Infrastructure Monitoring for SAP Systems
= Infrastructure monitoring for SAP Systems


[[sec-introduction]]
Expand All @@ -30,10 +30,10 @@ System data monitoring enables proactive problem avoidance.
Hardware:: Most modern hardware platforms running SAP systems rely on Intel's system architecture. The combination of SUSE Linux Enterprise Server on the latest generation Intel Xeon Scalable processors and Intel Optane DC persistent memory help deliver fast, innovative, and secure IT services and to provide resilient enterprise S/4HANA platforms.
The Intel platform allows to monitor deep into the hardware, to gain insights in what the system is doing on a hardware level. Monitoring on a hardware level can help reduce downtime for SAP systems in several ways:

Failure prediction:: Identifying any hardware failure in advance allows customers to react early and in an scheduled manner, reducing the risk of errors that usually occur on operations executed during system outages.
Failure prediction:: Identifying any hardware failure in advance allows customers to react early and in an scheduled manner. This reduces the risk of errors that usually occur on operations executed during system outages.

Failure remediation:: Having hardware metrics at hand when looking for the root cause of an issue can help speed up the analysis and therefore reduce the time until the system(s) return into operation.
It can also reduce the reaction time, providing more precise information about problems, especially for big customers that usually have operations outsourced to many service providers and does not control the environment directly.
It can also reduce the reaction time, providing more precise information about problems. This holds especially true for enterprise customers that usually have operations outsourced to many service providers and do not control the environment directly.

This paper describes a monitoring solution for SAP systems that allows to use metrics to be analyzed in an SAP context.

Expand Down

0 comments on commit 24faed2

Please sign in to comment.