You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Official Java SDK for [Logdash.io](https://logdash.io/) - Zero-configuration observability platform designed for developers working on side projects and prototypes.
10
+
> **Official Java SDK for [Logdash.io](https://logdash.io/) - Zero-configuration observability platform designed for developers working on side projects and prototypes.**
9
11
10
12
## Why Logdash?
11
13
12
-
Most observability solutions feel overwhelming for hobby projects. Logdash provides instant logging and real-time
13
-
metrics without complex configurations. Just add the SDK and start monitoring your application immediately.
14
+
Most observability solutions feel overwhelming for small projects and prototypes. Logdash provides **instant logging and real-time metrics** without complex configurations. Just add the SDK and start monitoring your application immediately.
14
15
15
-
## Features
16
+
## Key Features
16
17
17
18
-**🚀 Zero Configuration**: Start logging and tracking metrics in seconds
18
19
-**📊 Real-time Dashboard**: Cloud-hosted interface with live data updates
@@ -23,15 +24,13 @@ metrics without complex configurations. Just add the SDK and start monitoring yo
23
24
-**🔧 Framework Agnostic**: Works with Spring Boot, Quarkus, Micronaut, or standalone apps
24
25
-**☕ Java 17+ Compatible**: Supports Java 17, 21, and all newer versions
25
26
26
-
## Quick Start
27
-
28
-
### Installation
27
+
## Pre-requisites
29
28
30
-
**Maven Central**
29
+
Setup your free project in less than 2 minutes at [logdash.io](https://logdash.io/)
31
30
32
-
Add the dependency to your project:
31
+
## Installation
33
32
34
-
**Maven:**
33
+
### Maven Central
35
34
36
35
```xml
37
36
<dependency>
@@ -41,23 +40,23 @@ Add the dependency to your project:
0 commit comments