Skip to content

Commit

Permalink
Merge pull request #49 from jeremyje/winfix
Browse files Browse the repository at this point in the history
Minor fix
  • Loading branch information
jeremyje authored Dec 6, 2022
2 parents 7f646f5 + de99435 commit e29a0ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion drivers/coretempsdk/coretempsdk_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func getCoreTempInfo() (*pb.MachineMetrics, error) {
Name: common.Hostname(),
Timestamp: timestamppb.Now(),
Device: []*pb.DeviceMetrics{
&pb.DeviceMetrics{
{
Name: cleanString(string(rawInfo.sCPUName[:])),
Kind: "cpu",
Temperature: common.Average(temps),
Expand Down
8 changes: 0 additions & 8 deletions install/compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ services:
environment:
- METRICS_STORAGE_TYPE=prometheus
- PROMETHEUS_SERVER_URL=http://prometheus:9090
coretemp-exporter:
image: ghcr.io/jeremyje/coretemp-exporter:v0.5.1
hostname: coretemp-exporter
restart: always
networks:
- coretemp-net
ports:
- 8181:8181
volumes:
prom_data:
networks:
Expand Down

0 comments on commit e29a0ed

Please sign in to comment.