Skip to content

Commit e8058c1

Browse files
authored
Fixes (#231)
1 parent 7ffe8c4 commit e8058c1

3 files changed

Lines changed: 5 additions & 9 deletions

File tree

axum/polars-otel-shuttle/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ An ETL pipeline using Polars for data processing and OpenTelemetry for observabi
1212
## Running locally
1313

1414
**ETL benchmark:**
15+
1516
```bash
1617
RUST_LOG=info cargo run --release --features bench-cli
1718
```
1819

1920
**Web service:**
21+
2022
```bash
2123
cargo run --release
2224
```
@@ -38,6 +40,7 @@ shuttle deploy
3840
## Observability
3941

4042
The service emits OpenTelemetry metrics:
43+
4144
- `monotonic_counter.http_requests_total` - Request counts
4245
- `histogram.request_duration_ms` - Request latency
4346
- `histogram.*_time_ms` - ETL stage timings
@@ -48,8 +51,10 @@ When deployed on Shuttle with Better Stack integration enabled, these automatica
4851
## Configuration
4952

5053
**Environment variables:**
54+
5155
- `DATA_PATH` - Path to CSV file (default: `data/yellow_tripdata_2015-01.csv`)
5256

5357
**Features:**
58+
5459
- `bench-cli` - Enables local ETL benchmark
5560
- `otel-otlp` - Enables OTLP export (for non-Shuttle deployments)

axum/polars-otel-shuttle/Shuttle.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

templates.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ openai = "https://avatars.githubusercontent.com/u/14957082?v=4"
2727
# fallback
2828
shuttle = "https://avatars.githubusercontent.com/u/54710151?v=4"
2929

30-
3130
## OFFICIAL STARTERS ##
3231

3332
[starters.actix-web-hello-world]
@@ -381,8 +380,6 @@ path = "mcp/mcp-sse-oauth"
381380
use_cases = ["MCP", "AI", "AI Agents"]
382381
tags = ["axum", "mcp", "sse", "oauth"]
383382

384-
385-
386383
## EXAMPLES ##
387384

388385
[examples.metadata]
@@ -427,12 +424,10 @@ path = "other/standalone-binary"
427424
use_cases = []
428425
tags = ["diy", "axum"]
429426

430-
431427
## TUTORIALS ##
432428

433429
[tutorials]
434430

435-
436431
## COMMUNITY TEMPLATES ##
437432

438433
# --- HOW TO ADD TO THE LIST ---
@@ -479,5 +474,3 @@ use_cases = ["Web app"]
479474
tags = ["rocket", "yew"]
480475
author = "wiseaidev"
481476
repo = "https://github.com/wiseaidev/rocket-yew-starter-pack"
482-
483-

0 commit comments

Comments
 (0)