-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(RHTAPWATCH-592): Create a README.md under o11y/exporters and bl…
…urb about exporters in the root README.md Signed-off-by: Kousalya Lakshmanan <[email protected]>
- Loading branch information
1 parent
c1b5f5e
commit 778e27a
Showing
2 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# dsexporter | ||
|
||
## Overview | ||
|
||
The `dsexporter` is a specialized Prometheus exporter designed to provide availability metrics for the components within the Konflux ecosystem. It generates a custom metric (`request_count`) related to the number of requests handled by an HTTP handler, enabling the evaluation of overall availability. | ||
|
||
## Purpose | ||
|
||
In the context of the Konflux ecosystem, the `dsexporter` serves as an Availability Exporter, contributing to the evaluation of the availability of each component within the system. By exposing the `request_count` metric, it allows for monitoring and analyzing the workload and performance of the associated service. | ||
|
||
## Prometheus Exporters | ||
|
||
A **Prometheus exporter** exposes metrics from a system or application in a format that Prometheus can ingest and monitor. The `dsexporter` follows the Prometheus exposition format, providing a web endpoint that outputs metrics in a well-known format. | ||
|
||
## Getting Started | ||
|
||
To use the `dsexporter`, follow these steps: | ||
|
||
1. Import the necessary packages in your code. | ||
2. Start the HTTP server and the exporter will be accessible at the respected endpoint. |