Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion monitoring/exporting-logs.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ redirect_from:

The Fly Log Shipper app enables you to aggregate your app's logs to a service of your choice.

Your app's output to `stdout` become logs in Fly.io. Live log tail and log search are good enough for most things. But if you need to export your logs to an external service, such as Datadog or AWS S3, then you can use the Log Shipper.
Your app's output to `stdout` become logs in Fly.io. Live log tail and log search are good enough for most things. But if you need to export your logs to an external service, such as Datadog, [SigNoz](https://signoz.io+external), or AWS S3, then you can use the Log Shipper.

## The Fly Log Shipper

Expand Down
6 changes: 6 additions & 0 deletions monitoring/metrics.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ We publish our [Fly.io Dashboards](https://grafana.com/grafana/dashboards/14741)
To install, just [import the dashboard](https://grafana.com/docs/grafana/latest/dashboards/export-import/#import-dashboard) using the listed IDs.
If you'd like to contribute changes to the dashboards, we have created a [repository](https://github.com/superfly/dashboards) for them.

### SigNoz

[SigNoz](https://signoz.io) is an open source observability platform that can scrape your Fly.io Prometheus endpoint to visualize built-in metrics.

A pre-built [Fly.io dashboard](https://github.com/SigNoz/dashboards/blob/main/fly/fly-prometheus-v1.json) is available, along with [setup instructions](https://signoz.io/docs/integrations/outposts/flyio/?signal=metrics) for configuring the Prometheus data source.

## Built-in metrics

Fly apps automatically publish a number of built-in metrics.
Expand Down