# Daily Slack reports of your GraphQL query performance and errors

DevFeed: [Daily Slack reports of your GraphQL query performance and errors](<https://devfeed.tech/articles/daily-slack-reports-of-your-graphql-query-performance-and-errors-23264.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/daily-slack-reports-of-your-graphql-query-performance-and-errors-1749311f33e1>)

Author: Sashko Stubailo

Published: 2018-03-29T21:07:00Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [API](<https://devfeed.tech/topics/api.md>), [Slack](<https://devfeed.tech/topics/slack.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [errors](<https://devfeed.tech/tags/errors.md>), [graphos](<https://devfeed.tech/tags/graphos.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [performance](<https://devfeed.tech/tags/performance.md>), [reports](<https://devfeed.tech/tags/reports.md>), [slack](<https://devfeed.tech/tags/slack.md>)

## AI overview

Apollo Engine introduces daily Slack reports and dashboard overviews for GraphQL API performance and errors, including visibility into individual queries, mutations, resolvers, request rates, and p95 service time.

## Source excerpt

The best thing about GraphQL as an API technology is that it's focused on the needs of product developers. You simply describe the data you want for a particular part of your UI with a query, and the GraphQL server takes care of assembling it for you. And because all modern GraphQL clients follow the practice of sending static, predictable queries, you can easily associate the queries that hit your API with the parts of the UI that are using those results.