Skip to content

Commit

Permalink
fix markdown syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Trent <[email protected]>
  • Loading branch information
trent-s committed Oct 28, 2024
1 parent 03b7b3e commit 77f6e3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions samples/impact-framework/offClusterApproach/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ however, any OS that supports a sufficiently recent version of `nodejs` should
work in principle.

The key to importing data from SusQL is a Prometheus Importer Plugin for the GSF Impact Framework.
Currently there are two such plugins described in the (IF Explorer)[https://explorer.if.greensoftware.foundation]:
- (`Prometheus Importer`)[https://github.com/andreic94/if-prometheus-importer/blob/main/README.md] by `andreic94`, et al.
- (`prometheus-importer`)[https://github.com/Shivani-G/prometheus-importer/blob/main/README.md] by `Shibani-G`.
Currently there are two such plugins described in the [IF Explorer](https://explorer.if.greensoftware.foundation):
- [`Prometheus Importer`](https://github.com/andreic94/if-prometheus-importer/blob/main/README.md) by `andreic94`, et al.
- [`prometheus-importer`](https://github.com/Shivani-G/prometheus-importer/blob/main/README.md) by `Shivani-G`.

The following is an approach using the later plugin:

Expand Down
6 changes: 3 additions & 3 deletions samples/impact-framework/onClusterApproach/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ of the PrometheusImporter plugin. The fundamental focus of this particular
approach is to run entirely on Cluster, and is based on OpenShift.

The key to importing data from SusQL is a Prometheus Importer Plugin for the GSF Impact Framework.
Currently there are two such plugins described in the (IF Explorer)[https://explorer.if.greensoftware.foundation]:
- (`Prometheus Importer`)[https://github.com/andreic94/if-prometheus-importer/blob/main/README.md] by `andreic94`, et al.
- (`prometheus-importer`)[https://github.com/Shivani-G/prometheus-importer/blob/main/README.md] by `Shibani-G`.
Currently there are two such plugins described in the [IF Explorer](https://explorer.if.greensoftware.foundation):
- [`Prometheus Importer`](https://github.com/andreic94/if-prometheus-importer/blob/main/README.md) by `andreic94`, et al.
- [`prometheus-importer`](https://github.com/Shivani-G/prometheus-importer/blob/main/README.md) by `Shivani-G`.

This approach uses the later plugin.

Expand Down

0 comments on commit 77f6e3e

Please sign in to comment.