Skip to content

Commit

Permalink
Add alt text to images (#11400)
Browse files Browse the repository at this point in the history
Adding alt text to images that were flagged in this week's 404 and build
error report.
  • Loading branch information
JStickler authored Dec 7, 2023
1 parent bc9a006 commit f6b5cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sources/operations/loki-canary/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ artificial log lines,
such that Loki Canary forms information about the performance of the Loki cluster.
The information is available as Prometheus time series metrics.

{{< figure max-width="75%" src="./loki-canary-block.png">}}
{{< figure max-width="75%" src="./loki-canary-block.png" alt="Loki canary">}}

Loki Canary writes a log to a file and stores the timestamp in an internal
array. The contents look something like this:
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/send-data/lambda-promtail/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ To manage this issue, AWS introduced [S3 event notifications with Event Bridge](

The diagram below shows how notifications logs will be written from the source service into an S3 bucket. From there on, the S3 bucket will send an `Object created` notification into the EventBridge `default` bus, where we can configure a rule to trigger Lambda Promtail.

![](https://grafana.com/media/docs/loki/lambda-promtail-with-eventbridge.png)
{{< figure src="https://grafana.com/media/docs/loki/lambda-promtail-with-eventbridge.png" alt="The diagram shows how notifications logs are written from the source service into an S3 bucket">}}

The [template-eventbridge.yaml](https://github.com/grafana/loki/blob/main/tools/lambda-promtail/template-eventbridge.yaml) CloudFormation template configures Lambda-promtail with EventBridge to address this known issue. To deploy the template, use the snippet below, completing appropriately the `ParameterValue` arguments.

Expand Down

0 comments on commit f6b5cde

Please sign in to comment.