skip to Main Content

ASP.NET Core 7: using OpenTelemetry to send traces/metrics to Grafana

I'm trying to send metrics/traces from my ASP.NET Core 7 application to Grafana. Here's my Docker Compose file. version: '3.4' networks: my-network: name: my_network services: sample.restaurant.server: image: ${DOCKER_REGISTRY-}samplerestaurantserver build: context: . dockerfile: sample/Sample.Restaurant.Server/Dockerfile environment: - ASPNETCORE_ENVIRONMENT=Development - ASPNETCORE_URLS=https://+:443;http://+:80 - OTEL_EXPORTER_OTLP_ENDPOINT=grpc://otel-collector:4317…

VIEW QUESTION

MySQL query – Date Range

Hi I'm using the MySQL query below along side Grafana, and data relating to my electricity usage. The data collected ranges from late 2021 to current date, however the result only ranges from December 21 to November 22. SELECT Time…

VIEW QUESTION

Get "https://registry-1.docker.io/v2/": proxyconnect tcp: dial tcp 192.168.65.1:3128

docker run -d --name=grafana -p 3000:3000 grafana/grafana-enterprise:9.2.0 Unable to find image 'grafana/grafana-enterprise:9.2.0' locally docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": proxyconnect tcp: dial tcp 192.168.65.1:3128: connect: connection refused. How to solve this? https://registry-1.docker.io/v2/ the image when tried to access from…

VIEW QUESTION
Back To Top
Search