Skip to content

Commit

Permalink
grafana updates
Browse files Browse the repository at this point in the history
  • Loading branch information
coronabytes committed Dec 25, 2024
1 parent 3f9bdfb commit 52d5cdf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ bin/
obj/
.vs/
*.user
/grafana/loki-data
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" />
<PackageReference Include="Scalar.AspNetCore" Version="1.2.34" />
<PackageReference Include="Scalar.AspNetCore" Version="1.2.72" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Core.Observability/Core.Observability.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="9.0.0" />
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.10.0" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.10.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.10.1" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.10.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.10.0" />
</ItemGroup>

</Project>
6 changes: 0 additions & 6 deletions grafana/collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ exporters:
endpoint: http://loki:3100/otlp
tls:
insecure: true
logging/metrics:
verbosity: detailed
logging/traces:
verbosity: detailed
logging/logs:
verbosity: detailed

service:
pipelines:
Expand Down
12 changes: 6 additions & 6 deletions grafana/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:

loki-init:
image: grafana/loki:3.1.0
image: grafana/loki:3.3.0
user: root
volumes:
- ./loki-data:/loki
Expand All @@ -13,7 +13,7 @@ services:
- "/loki"

loki:
image: grafana/loki:3.1.0
image: grafana/loki:3.3.0
restart: unless-stopped
volumes:
- ./loki-data:/loki
Expand All @@ -22,7 +22,7 @@ services:
- loki-init

tempo-init:
image: grafana/tempo:2.5.0
image: grafana/tempo:2.6.1
user: root
volumes:
- ./tempo-data:/var/tempo
Expand All @@ -32,7 +32,7 @@ services:
- "/var/tempo"

tempo:
image: grafana/tempo:2.5.0
image: grafana/tempo:2.6.1
restart: unless-stopped
volumes:
- ./tempo-data:/var/tempo
Expand All @@ -42,7 +42,7 @@ services:
- tempo-init

prometheus:
image: prom/prometheus:v2.53.1
image: prom/prometheus:v3.0.1
restart: unless-stopped
command:
- --config.file=/etc/prometheus.yaml
Expand All @@ -64,7 +64,7 @@ services:
- ./collector.yaml:/etc/otelcol/config.yaml

grafana:
image: grafana/grafana:11.1.0
image: grafana/grafana:11.4.0
restart: unless-stopped
environment:
- GF_AUTH_ANONYMOUS_ENABLED=true
Expand Down

0 comments on commit 52d5cdf

Please sign in to comment.