Skip to content

Commit

Permalink
docs: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jul 17, 2024
1 parent c9b7d06 commit 4699e09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ request_started.connect(bind_request_details, app)

## OpenTelemetry

The [Python OpenTelemetry SDK](https://opentelemetry.io/docs/instrumentation/python/) offers an easy API to get the current span, so you can enrich your logs with a straight-forward processor:
The [Python OpenTelemetry SDK](https://opentelemetry.io/docs/languages/python/) offers an easy API to get the current span, so you can enrich your logs with a straight-forward processor:

```python
from opentelemetry import trace
Expand Down
4 changes: 2 additions & 2 deletions docs/logging-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ All you have to do is to tell [Logstash] either that your log entries are prepen

### Graylog

[Graylog](https://www.graylog.org/) goes one step further.
[Graylog](https://graylog.org/) goes one step further.
It not only supports everything those above do (and then some); you can also directly log JSON entries towards it -- optionally even through an AMQP server (like [RabbitMQ](https://www.rabbitmq.com/)) for better reliability.
Additionally, [Graylog's Extended Log Format](https://docs.graylog.org/docs/gelf) (GELF) allows for structured data which makes it an obvious choice to use together with *structlog*.
Additionally, [Graylog's Extended Log Format](https://go2docs.graylog.org/current/getting_in_log_data/gelf.html) (GELF) allows for structured data which makes it an obvious choice to use together with *structlog*.


[elasticsearch]: https://www.elastic.co/elasticsearch
Expand Down

0 comments on commit 4699e09

Please sign in to comment.