Just a few simple steps to get started with Apitally.
prod
and dev
) for your app, or simply accept the defaults.
Take a note of the client ID displayed after submitting. You will need it in the next step.
@UseApitally
annotation to your Spring Boot application class.
application.yml
file and provide the client ID for your app.
You’ll find the client ID on the Setup instructions page in the Apitally dashboard, which is displayed immediately after creating the app.
apitallyConsumer
attribute on the request. You could do this in a filter or interceptor, for example.