Everything you need to know about using MetricMock effectively.
Welcome to MetricMock! This guide will help you get up and running quickly with our platform.
Tip: Start with our sample data to explore features before connecting your own sources.
Learn how to create and customize dashboards to visualize your metrics effectively.
1. Navigate to Dashboards → New Dashboard
2. Choose a template or start from scratch
3. Add widgets by clicking the "+" button
4. Configure each widget's data source and visualizationConnect various data sources to MetricMock for comprehensive analytics.
Use our REST API to integrate MetricMock with your applications.
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.metricmock.com/v1/metrics/v1/metricsRetrieve all metrics for your account
/v1/metricsCreate a new custom metric
/v1/dashboardsList all dashboards
Check your data source connection and ensure API credentials are valid. Data typically updates every 15 minutes.
Try reducing the date range or number of widgets. Consider using data aggregation for better performance.
Our API has a rate limit of 1000 requests per hour. Implement exponential backoff for better reliability.