Skip to content

Releases: williamchanrico/planet-exporter

planet-exporter-v0.4.2

22 Mar 07:29
18974a1
Compare
Choose a tag to compare

Changelog

  • 18974a1 Disable failing builds
  • 4376317 Merge pull request #34 from williamchanrico/dependabot/go_modules/github.com/prometheus/client_golang-1.11.1
  • f098103 Merge branch 'master' of github.com:williamchanrico/planet-exporter into dependabot/go_modules/github.com/prometheus/client_golang-1.11.1
  • a8311a9 Ignore GOOS=windows due to go-ole issue
  • 80220e2 Update Go v1.20
  • 9d34a0f Add tool to process federator influxdb data to bigquery

The theme of release v0.4.2 is the addition of cmd/planet-federator-influxdb-to-bq tool 👋

Neither cmd/planet-exporter nor cmd/planet-federator were changed (except for prometheus/client_golang update).

In summary:

  1. Add Planet Federator InfluxDB to BQ tool,
  2. Golang version bump from v1.17 to v1.20 (preparation for Go generics),
  3. and dependabot fix on potential prometheus/client_golang denial-of-service vulnerability.

planet-exporter-v0.4.1

12 Aug 07:44
69d0519
Compare
Choose a tag to compare

Changelog

  • 69d0519 Merge pull request #27 from utkarsh-devops/master
  • e00bfe4 Sanitize with Golangci-lint
  • 18d8a82 Update tcptop.go
  • 1674e1e Updated the logging for both tcp4 and tcp6
  • 75c20ee Cleaned the Code to remove unwanted code snippets
  • 7cc3de1 Updated the tcptop.go
  • 9fd4e63 Added Support for TCP6
  • 9e0b74d Merge pull request #26 from williamchanrico/add_tests
  • d350552 Go mod tidy
  • 13c92c1 Vendor files
  • a4cfae7 Merge branch 'master' of github.com:williamchanrico/planet-exporter into add_tests
  • 383e632 Add tests
  • 61e6c42 Match go.mod version to go1.17 in goreleaser

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

planet-exporter-v0.4.0

23 Dec 18:48
6fe0067
Compare
Choose a tag to compare

Changelog

  • 200ef99 Add golangci-lint workflow
  • af4ea11 Exclude linters: wsl and testpackage
  • dc2c718 Add golangci-lint and fixes
  • a83dd97 Bump Golang v1.17
  • fc01e4c Merge pull request #23 from williamchanrico/add_test
  • e8cb691 Update README.md and add test workflows
  • 2ad1441 Create codeql-analysis.yml
  • 9990aed Refactor task/socketstat readability
  • 94bf4f6 Refactor pkg/network readability
  • f293694 Add more inventory unit-tests and refactor inventory readability

What's Changed

Full Changelog: v0.3.0...v0.4.0

planet-exporter-v0.3.0

21 Dec 21:59
39cf750
Compare
Choose a tag to compare

Changelog

  • 4cbe1fc Update inventory README.md and examples
  • 49b926d Add support for longest-prefix CIDR address inventory match
  • 08549e5 Add darkstat config example and refactor example structures
  • 4db10b3 Add: tcptop.yaml ebpf configuration.

planet-exporter-v0.2.0

13 Dec 17:18
61e151c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.9...v0.2.0

planet-exporter-v0.2.0-rc.2

13 Dec 16:29
4363669
Compare
Choose a tag to compare
Pre-release

Changelog

  • 270a864 Add setup examples
  • be26287 Add Custom Inventory Format Support

planet-exporter-v0.2.0-rc.1

12 Dec 16:47
9a7773f
Compare
Choose a tag to compare
Pre-release

Changelog

  • dc7d12a Re-use http.Transport Scrape() calls
  • 8afc0ed Added support for ebpf tcptop.

planet-exporter-v0.1.9

18 Oct 13:12
c675818
Compare
Choose a tag to compare

Changelog

007d842 Add support for cron-job-time-offset flag

planet-exporter-v0.1.8

12 May 18:52
1c907ae
Compare
Choose a tag to compare

Changelog

1c907ae Fix downstream measurement tag
7e92b08 Add protocol field in upstream and downstream measurements

planet-exporter-v0.1.7

12 May 17:19
f104794
Compare
Choose a tag to compare

Changelog

  • Add upstream and downstream services measurements

Known bug: Wrong downstream measurement tag (both upscale and downscale show up as upscale, fixed on v0.1.8)

f104794 Merge pull request #4 from williamchanrico/add_upstream_downstream_services
9efdc88 Make traffic bandwidth queries portable
874a7f4 Fix downstream measurement name
883e48d Initial upstream and downstream services
91827e7 Update new benchmark data
b1822d0 Adjust correct checksums filename pattern