Skip to content

Releases: moonD4rk/immich-exporter

Release list

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 10:39
70912e9

What's New

  • City-level geo metric: new immich_assets_by_city{city, country, lat, lon} — geotagged assets per city, with centroid coordinates for a coords-mode geomap. Decoded from the same /map/markers call the exporter already makes, so it adds zero Immich API load. Gated behind the existing COLLECT_GEO toggle. (#5)
  • Dashboard: new Assets by City (map) and Top Cities panels in the Geography section. (#5)

Dependencies

  • Bump github.com/prometheus/exporter-toolkit (#4)

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 13:35
6daf523

Changelog

  • 1e02694 Add exporter source, deploy manifests, CI, and Grafana dashboard
  • 19397c3 Bump github.com/prometheus/common in the go-dependencies group (#1)
  • e319aa6 Bump the github-actions group with 10 updates (#2)
  • 858a66d Initial commit