Skip to content

Commit a8ab841

Browse files
committed
no-op: Add back comment about ftv1 trace format.
This was inadvertently removed in the re-factor. Ref: https://github.com/apollographql/apollo-server/pull/3998/files#r414901517
1 parent dce4a24 commit a8ab841

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/apollo-engine-reporting/src/federatedPlugin.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import { EngineReportingOptions } from "./agent";
55

66
type FederatedReportingOptions<TContext> = Pick<EngineReportingOptions<TContext>, 'rewriteError'>
77

8+
// This ftv1 plugin produces a base64'd Trace protobuf containing only the
9+
// durationNs, startTime, endTime, and root fields.
810
const federatedPlugin = <TContext>(
911
options: FederatedReportingOptions<TContext> = Object.create(null),
1012
): ApolloServerPlugin<TContext> => {

0 commit comments

Comments
 (0)