Sentio Docs
Ask or search…
⌃K
👋
Welcome to Sentio
🔗
Setup
🗄
Samples
💡
Quickstart
How-to Guides (by examples)
➡
Adding ABIs
➡
Data collection
➡
Visualize results
➡
Create alerts
➡
Share your project
Developer Guides
➡
CLI Reference
➡
SDK Guide
Access Sentio Via APIs
Prerequisite
Debug API
Simulation API
Code Index API
References
✅
How Sentio Works
🖥
Concepts
▶
UI layout
🔒
Quotas and Limits
💎
Supported Networks
🤝
Permission and Sharing
Sentio Debugger
⚙
Basic
ℹ
Transaction info
💰
Trace the money
🛣
Trace and Call
🔎
Debugging
⚙
Simulation
Best Practices
🔍
Best Way To Manage nodejs
🔍
Multi-Chain Support
🔍
Avoid High Cardinality
🔍
Updating Processors
🔍
Handling Errors
🔍
Performance Tuning
🔍
Cost Reduction
🔍
How To Handle Proxy Contracts?
🔍
Upgrade SDK Version
🔍
Processor State and Execution Order
🔍
Formula usage best practices
Powered By GitBook
Comment on page
🔍

Avoid High Cardinality

For Counter and Gauge, Sentio does not support large cardinality labels (e.g. More than 10k label combinations). If you exceed this limit, you will get an error and the processor stops running. Try to reduce the label combinations and re-upload the processor. Some examples are:
  • Wallet Address
  • A numeric Amount
  • A random and non-whitelisted pool address
  • ...
In these cases, use Event Logsinstead
Best Practices - Previous
Multi-Chain Support
Next - Best Practices
Updating Processors
Last modified 9mo ago