Skip to content

Draft: Add GraphQL mutation for Usage Ping tracking

What does this MR do?

Contributes to #233994 (closed)

It adds two new Usage Ping tracking events for Static Site Editor (number of commits and merge requests created via Static Site Editor).

It creates a new GraphQL mutation to allow Usage Ping events tracking.

GraphQL query

mutation {
 trackUsagePingEvent(input: {
    event: "static_site_editor_create_commit"
  }) {
    errors
  } 
}

Screenshots

Screenshot_2020-10-12_at_10.58.03

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Vasilii Iakliushin

Merge request reports