Use Plugins for Metrics Collection
The Stellate Request Logging API allows you to securely collect data that enables Stellate to identify cacheable traffic and their potential bandwidth and request savings. You can easily use Stellate GraphQL Metrics without proxying all your requests through Stellate. To achieve that you can push data about your GraphQL requests to our logging endpoint directly from your origin server.
Stellate offers several options for collecting GraphQL Metrics and Schema version information.
We are also interested in finding out if you have a particular plugin that you would like to see for GraphQL metrics.
Plugins for JavaScript-based Servers
Plugins for other Languages
Metrics Collection via HTTP
Stellate gives you the option of manually creating your own fetch
call to get metrics. You can copy our boilerplate fetch
call example and customize it. For information about using our example, read the section on plugin integration in Get Started with Metrics. To construct your own call read Build a Manual Metrics Call .