Skip to content

Commit b41f8b0

Browse files
wording, enable otel sem cache service
1 parent 3874f0d commit b41f8b0

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,4 @@ task local:start
4343
- Health: https://app.roussev.com/items/v1/health
4444
- Docs: https://app.roussev.com/items/docs
4545
- Metrics: https://app.roussev.com/items/metrics
46-
- **Jaeger Tracing**: https://app.roussev.com/jaeger
47-
48-
## Next Steps
49-
50-
- Set up monitoring with Prometheus/Grafana
51-
- Add more worker nodes for high availability
52-
- Implement GitOps with ArgoCD or Flux
53-
- Set up automatic backups with Velero
46+
- **Jaeger Tracing**: https://app.roussev.com/jaeger

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ tasks:
111111
export DB_PASSWORD=$POSTGRES_PASSWORD
112112
export DB_NAME=$POSTGRES_DB
113113
export DB_SSLMODE=disable
114-
export OTEL_ENABLED=false
114+
export OTEL_ENABLED=true
115115
116116
echo "🚀 Starting Air hot reload on port 8090..."
117117
air -c .air.toml

apps/semcache-service/cmd/server/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ func initTracer(cfg *config.Config) (func(), error) {
134134
return nil, fmt.Errorf("failed to create exporter: %w", err)
135135
}
136136

137-
// Create resource
138137
res, err := resource.New(ctx,
139138
resource.WithAttributes(
140139
semconv.ServiceNameKey.String(cfg.OTEL.ServiceName),

apps/website-app/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ <h1>Hi, I'm Atanas 👋</h1>
2929
</article>
3030

3131
<section class="profile-content">
32-
<p>This <a href="https://github.com/nextinterfaces/roussev.com" target="_blank">site</a> runs on a tiny 2g Hetzner K3s kubernetes VM provisioned by Terraform.</p>
33-
<p> and monitored with <a href="https://app.roussev.com/">these observability</a> tools.</p>
32+
<p>This <a href="https://github.com/nextinterfaces/roussev.com" target="_blank">site</a> runs on a tiny 2gb kubernetes VM provisioned by Terraform</p>
33+
<p> and <a href="https://app.roussev.com/">monitored</a> with Grafana, Prometheus, Otel and Jaeger</p>
3434

3535
<p>A few things I’ve built, none of which should be taken seriously or ready for use:</p>
3636
<p><a href="https://nextinterfaces.com/b/" target="_blank">NEXT</a> - Java framework for building native-looking HTML5 mobile apps</p>

0 commit comments

Comments
 (0)