Skip to content

Commit ac29b83

Browse files
committed
Merge branch 'dev' into DT-445-updates-proof
2 parents 394d031 + 0cc0913 commit ac29b83

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2595
-457
lines changed

docs/about/key-features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ graph LR
201201
style VMF fill:#BCC0E7
202202
```
203203

204-
With its roots in Apache Avro, VMF overcomes the limitations of Avro OCF through innovative features designed specifically for telemetry data.
204+
With its roots in Apache Avro, VMF overcomes the limitations of Avro through innovative features designed specifically for telemetry data.
205205

206206
Key features include:
207207

docs/configuration/scheduling/interval.mdx

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,15 @@ targets:
1717
# target-specific properties
1818
```
1919

20-
### Routes
21-
```yaml
22-
targets:
23-
- name: <string>
24-
type: <string>
25-
properties:
26-
interval: <string|numeric>
27-
# target-specific properties
28-
```
29-
3020
### Routes
3121

3222
```yaml
3323
routes:
3424
- name: <string>
35-
interval: <string|numeric>
3625
source: <string>
3726
destination: <string>
27+
properties:
28+
interval: <string|numeric>
3829
```
3930
4031
## Configuration
@@ -297,9 +288,10 @@ The first execution occurs immediately after component initialization. Subsequen
297288
```yaml
298289
routes:
299290
- name: hourly_archive
300-
interval: "1h"
301291
source: "processed_logs"
302292
destination: "s3_archive"
293+
properties:
294+
interval: "1h"
303295
304296
- name: realtime_route
305297
source: "processed_logs"
@@ -318,9 +310,10 @@ The first execution occurs immediately after component initialization. Subsequen
318310
```yaml
319311
routes:
320312
- name: batch_route
321-
interval: "15m"
322313
source: "application_logs"
323314
destination: "batch_processor"
315+
properties:
316+
interval: "15m"
324317
325318
- name: stream_route
326319
source: "application_logs"
@@ -339,9 +332,10 @@ The first execution occurs immediately after component initialization. Subsequen
339332
```yaml
340333
routes:
341334
- name: cost_optimized_route
342-
interval: "6h"
343335
source: "high_volume_logs"
344336
destination: "expensive_analytics"
337+
properties:
338+
interval: "6h"
345339
346340
- name: cheap_storage_route
347341
source: "high_volume_logs"
@@ -360,9 +354,10 @@ The first execution occurs immediately after component initialization. Subsequen
360354
```yaml
361355
routes:
362356
- name: aggregated_route
363-
interval: "5m"
364357
source: "metrics"
365358
destination: "aggregated_storage"
359+
properties:
360+
interval: "5m"
366361
367362
- name: raw_route
368363
source: "metrics"
@@ -381,9 +376,10 @@ The first execution occurs immediately after component initialization. Subsequen
381376
```yaml
382377
routes:
383378
- name: backup_route
384-
interval: "30m"
385379
source: "critical_logs"
386380
destination: "backup_storage"
381+
properties:
382+
interval: "30m"
387383
388384
- name: primary_route
389385
source: "critical_logs"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)