Registry / observability / sentinel-core

sentinel-core

JSON →
library1.8.10javamavenunverified

Core library of Sentinel, a flow control and circuit breaking component for distributed systems.

<dependency> <groupId>com.alibaba.csp</groupId> <artifactId>sentinel-core</artifactId> <version>1.8.10</version> </dependency>
INSTALL
IMPORT
SIG · SENTINEL-CORE
S
sentinel-core
observabilityjavav1.8.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SphU
✓ com.alibaba.csp.sentinel.SphU

Protect a resource with Sentinel's entry API.

import com.alibaba.csp.sentinel.SphU; import com.alibaba.csp.sentinel.slots.block.BlockException; try { SphU.entry("resourceName"); // business logic } catch (BlockException e) { // handle blocked request }
Debug
Known issues
gotchaSentinel 1.8.x uses older configuration APIs; upgrade to 1.9+ for new dashboard features.
fix
Update to latest version and migrate configuration if needed.
affects: <1.9.0
Upgrade
Version history
1.8.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
OpenAI (training)
2
Amazon
1
Resources
sentinel-core — mvn dependency:get sentinel-core · libregistry