Skip to content

Commit

Permalink
Fix image URLs
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Stäber <fabian@fstab.de>
  • Loading branch information
fstab committed Sep 27, 2023
1 parent 839e676 commit 298730a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/internals/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ weight: 1

The illustration below shows the internal architecture of the Prometheus Java client library.

![Internal architecture of the Prometheus Java client library](/images/model.png)
![Internal architecture of the Prometheus Java client library](/client_java/images/model.png)

prometheus-metrics-core
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/content/otel/names.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ OpenTelemetry naming conventions are different from Prometheus naming convention

The goal is, if you set up a pipeline as illustrated below, you will see the same metric names in the Prometheus server as if you had exposed Prometheus metrics directly.

![Image of a with the Prometheus client library pushing metrics to an OpenTelemetry collector](/images/otel-pipeline.png)
![Image of a with the Prometheus client library pushing metrics to an OpenTelemetry collector](/client_java/images/otel-pipeline.png)

The main steps when converting OpenTelemetry metric names to Prometheus metric names are:

Expand Down
2 changes: 1 addition & 1 deletion docs/content/otel/otlp.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ weight: 1

The Prometheus Java client library allows you to push metrics to an OpenTelemetry endpoint using the OTLP protocol.

![Image of a with the Prometheus client library pushing metrics to an OpenTelemetry collector](/images/otel-pipeline.png)
![Image of a with the Prometheus client library pushing metrics to an OpenTelemetry collector](/client_java/images/otel-pipeline.png)

To implement this, you need to include `prometheus-metrics-exporter` as a dependency

Expand Down

0 comments on commit 298730a

Please sign in to comment.