Slack Reports
Inigo provides automated daily reports through Slack, helping teams stay informed about their API usage, performance metrics, and potential issues. These reports, being sent proactively, offer valuable insights and can be used by the team to ensure optimal API performance, proactive issue detection, and data-driven decision making.
Sample Daily Report
Figure 1: Example of a daily Slack report
Configuration
Slack Connection Setup
To enable Slack reports, you need to configure the Slack connection either through your export.yaml
file or via the
Inigo web UI. For detailed instructions on setting up the Slack connection,
see Connect Slack to Inigo. Once the Slack connection is properly configured, daily reports will be
automatically enabled and start coming at 9 AM Pacific Time by default.
Custom delivery time
You can customize both the delivery time and timezone. The custom delivery configuration allows you to specify when you want to receive your daily reports based on your team's schedule. The time should be specified in 12-hour format (e.g., 11:14AM), and the timezone should be a valid IANA timezone name (e.g., America/Los_Angeles, Europe/London, Asia/Tokyo).
kind: Reports
name: storage-service
spec:
daily:
slack:
time: 11:14AM # Time in 12-hour format (e.g., 09:00AM, 02:30PM)
timezone: America/Los_Angeles # IANA timezone name
This allows you to align the reports with your team's working hours and preferences.
Alternatively, this configuration can be done via UI, see Inigo Configuration doc for a deeper explanation.