Skip to content

Commit

Permalink
* Removes backticks from fly.io shell commands
Browse files Browse the repository at this point in the history
* Adds reference to OTEL in fly.io
  • Loading branch information
Lastin committed Mar 4, 2024
1 parent 9cabf3b commit d37544b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions sending-data/platforms/flyio.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ order: -5
**Step 2:** Create a Fly Log Shipper service and set the secrets using following commands:

```bash #
fly launch --image flyio/log-shipper:latest`
fly secrets set ACCESS_TOKEN=$(fly auth token)`
fly secrets set HTTP_URL=https://events.baselime.io/v1/flyio`
fly secrets set HTTP_TOKEN=BASELIME_API_KEY`
fly launch --image flyio/log-shipper:latest
fly secrets set ACCESS_TOKEN=$(fly auth token)
fly secrets set HTTP_URL=https://events.baselime.io/v1/flyio
fly secrets set HTTP_TOKEN=BASELIME_API_KEY
```

Once these steps are completed, logs from all services deployed on Fly.io will be streamed to Baselime, and available for search, queries, alerts and dashboards.

[!ref Instrument your fly.io tracing and metrics using OpenTelemetry](../platforms/opentelemetry/opentelemetry.md)

0 comments on commit d37544b

Please sign in to comment.