OneGraph / onegraph-changelog

Product Changelog for OneGraph using Persisted Queries

Home Page:https://onegraph.com/changelog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Send API metrics to Honeycomb

dwwoelfel opened this issue · comments

There is a new page on the OneGraph dashboard dedicated to monitoring.

Our first monitoring feature will send metrics from the OneGraph service directly to your Honeycomb project.

Once configured, OneGraph will send an event to Honeycomb for each API call made while executing one of your GraphQL queries. The event will contain the following keys:

Key Type Description
host String The host, e.g. api.github.com
statusCode Integer The HTTP status code, e.g. 200
method String The HTTP method, e.g. GET

Monitoring page