liatrio-otel-collector

The Liatrio distribution of the OpenTelemetry Collector

APACHE-2.0 License

Stars
30
Committers
23

Bot releases are visible (Hide)

liatrio-otel-collector - v0.40.0

Published by pmpaulino 9 months ago

0.40.0 (2024-01-19)

🎁 Feature

  • upgrade receiver versions and update renovate config to file matcher (#262) (ad0b6768)
liatrio-otel-collector - v0.39.0

Published by pmpaulino 9 months ago

0.39.0 (2024-01-19)

📣 Breaking Changes

  • updated metrics & logic based on upstream contributions (#260) (0c32706f)

* config: updated pre-commit yamlfmt options

* docs: updated README metric info

* refactor: updated metric descriptions and renamed for clarity

* test: added tests to helpers_test for new functions

* feat: updated gitlab_scraper w/ latest helpers changes

* test: fixing up tests/happy paths

* test: added test case for merged PRs

* ci: fixed formatting for build ci workflow

BREAKING CHANGE: removed the Repository pull request deployment time metric & renamed other metrics

🚧 Chores

  • remove dependabot config and update labeler (#258) (5b77def1)
liatrio-otel-collector - v0.38.2

Published by pmpaulino 9 months ago

0.38.2 (2024-01-17)

🐞 Bug Fixes

  • deps: add root go.mod, components import, crosslink, and update deps (#256) (0753616e)
liatrio-otel-collector - v0.38.1

Published by pmpaulino 9 months ago

0.38.1 (2024-01-16)

🐞 Bug Fixes

  • add support for tools.go paradigm and bump versions (#255) (99d3acc7)

🚧 Chores

  • Configure Renovate (#232) (4cfee80d)
liatrio-otel-collector - v0.38.0

Published by pmpaulino 10 months ago

0.38.0 (2024-01-03)

🎁 Feature

  • include new otel components in the distribution (#236) (d8a3e501)

📄 Documentation

  • README.md: Update github rate limiting docs (#233) (d06d1a5b)

🚧 Chores

  • deps: bump github/codeql-action from 3.22.11 to 3.22.12 (#235) (3d0f3488)
  • deps: bump actions/upload-artifact from 3.1.3 to 4.0.0 (#229) (10bf6f03)

🔁 CI

  • fix up make checks (#234) (282a13eb)
liatrio-otel-collector - v0.37.0

Published by pmpaulino 10 months ago

0.37.0 (2023-12-15)

🎁 Feature

  • initial merge for compgen (#220) (acd1d4e5)

📄 Documentation

  • add documentation for github rate limits (#78) (#217) (1abcb081)

🚧 Chores

  • deps: bump github/codeql-action from 2.22.10 to 3.22.11 (#228) (e8b980f4)
liatrio-otel-collector - v0.36.0

Published by pmpaulino 10 months ago

0.36.0 (2023-12-13)

🎁 Feature

  • update go to 1.21 and OCB to 0.91.0 (#227) (98787d81)
liatrio-otel-collector - v0.35.0

Published by pmpaulino 10 months ago

0.35.0 (2023-12-13)

🎁 Feature

  • Adding changes from opentelemetry-collector-contrib/pull/29832 (#226) (e4236f6c)

🔎 Tests

  • added projectResponse and tested scrape function for gitlab scraper (#212) (4e92c2ab)
  • updated tests for getCommitData to be on mock server (#205) (5b2d4067)

🚧 Chores

  • remove the pkg directory to fall in-line with otel's repo structure (#216) (c084c0fd)
  • deps: bump github/codeql-action from 2.22.9 to 2.22.10 (#224) (825de197)
  • deps: bump actions/labeler from 4 to 5 (#219) (ce1bd7c3)
  • deps: bump github/codeql-action from 2.22.7 to 2.22.9 (#222) (40648b0d)
  • deps: bump alpine from 3.18.4 to 3.19.0 (#223) (04d47aa1)
  • deps: bump actions/setup-go from 4 to 5 (#221) (101284f9)
  • deps: bump github/codeql-action from 2.22.5 to 2.22.7 (#207) (e12f6594)
liatrio-otel-collector - v0.34.0

Published by pmpaulino 11 months ago

0.34.0 (2023-11-22)

🎁 Feature

  • bump to v0.89.0 and bring in cleanup contributions and fixes (#210) (86acdfa0)

📄 Documentation

  • Improve debugging experience and update docs (#197) (63245624)

🔎 Tests

  • swapped mock client for new mock server for gitlab, updated tests (#206) (623c37a2)
  • Test GitHub scrape function, update mock server and tests accordingly (#203) (68bc8405)
  • added pagination header to mock server, updated test (#201) (50d6015e)
liatrio-otel-collector - v0.33.0

Published by pmpaulino 12 months ago

0.33.0 (2023-11-09)

🎁 Feature

  • major cleanup refactor and addition of tests based on upstream contribution (#194) (54c853d1)

📄 Documentation

  • correct environment variable syntax in config.yaml (#200) (13c44261)
liatrio-otel-collector - v0.32.0

Published by pmpaulino 12 months ago

0.32.0 (2023-11-06)

🎁 Feature

  • 92: added contributor count to gitlab scraper (#180) (2f467e26)

🔎 Tests

  • 184: updated getCommitData function, added tests (#185) (b5183dca)
  • created tests for getContributorCount (#183) (adacdb44)

🔀 Code Refactoring

  • made getRepoData function, added tests (#189) (8b654b16)
  • 188: got rid of now useless pr functions/queries (#191) (8fed0128)
  • 188: got rid of now useless branch functions/queries (#190) (673db012)

🚧 Chores

  • add o11y system to backstage catalog config (#187) (3cf3f694)
liatrio-otel-collector - v0.31.5

Published by pmpaulino 12 months ago

0.31.5 (2023-11-01)

🐞 Bug Fixes

  • should return from go routine and release lock on error (#178) (300cec5e)

🔎 Tests

  • added new function for gitlab mrs and relevant test (#174) (c04ef06b)
  • updated some GitHub tests (#175) (5013d709)
liatrio-otel-collector - v0.31.4

Published by pmpaulino 12 months ago

0.31.4 (2023-10-31)

🐞 Bug Fixes

  • Application crashes when adressing a specific organization (#181) (f3d7024c)

🚧 Chores

  • deps: bump google.golang.org/grpc from 1.58.2 to 1.58.3 in /pkg/receiver/gitproviderreceiver (#170) (c542b284)
  • deps: bump github/codeql-action from 2.22.4 to 2.22.5 (#179) (57a125bd)
liatrio-otel-collector - v0.31.3

Published by pmpaulino 12 months ago

0.31.3 (2023-10-27)

🐞 Bug Fixes

  • Endpoint management for GitHub enterprise (ghe) (#176) (e320affa)

🔎 Tests

  • add tests for gitMergeRequests (#169) (4928d690)
liatrio-otel-collector - v0.31.2

Published by pmpaulino 12 months ago

0.31.2 (2023-10-26)

🐞 Bug Fixes

  • perf: improved the go-routine implimentation for the gitlab scraper (#172) (6f6f9dbe)
liatrio-otel-collector - v0.31.1

Published by pmpaulino 12 months ago

0.31.1 (2023-10-24)

🐞 Bug Fixes

  • perf: go routines more in line with effective go documentation (#168) (ddcfdea6)

🔎 Tests

  • gitlab scraper test - getBranches (#166) (fb4821bd)
  • added test file for factory.go in gitlabscrapper #150 (#155) (3227663f)
  • 161: added tests for getBranches and its components (#163) (f76c5b4b)

🚧 Chores

  • deps: bump ossf/scorecard-action from 2.3.0 to 2.3.1 (#167) (fc999c04)
  • deps: bump github/codeql-action from 2.22.3 to 2.22.4 (#164) (253b0477)
liatrio-otel-collector - v0.31.0

Published by pmpaulino about 1 year ago

0.31.0 (2023-10-19)

🎁 Feature

  • added support for filtering projects by topic & search query (#158) (37e22f38)
liatrio-otel-collector - v0.30.0

Published by pmpaulino about 1 year ago

0.30.0 (2023-10-18)

🎁 Feature

  • 156: add ability to override URL gitlab and github endpoints (#157) (0a7615ef)
liatrio-otel-collector - v0.29.0

Published by pmpaulino about 1 year ago

0.29.0 (2023-10-18)

🎁 Feature

  • 142: separate out metrics and restructure go routines and functions (#137) (a68d9cf9)

🔎 Tests

  • add tests for config.go (#144) (b5109cf5)

🚧 Chores

  • deps: bump golang.org/x/net from 0.15.0 to 0.17.0 in /pkg/receiver/gitproviderreceiver (#146) (064251d3)
  • deps: bump github/codeql-action from 2.22.1 to 2.22.3 (#148) (70f1ec63)
  • deps: bump github/codeql-action from 2.22.0 to 2.22.1 (#143) (3eeb54e7)
  • deps: bump github/codeql-action from 2.21.9 to 2.22.0 (#141) (fe9f131f)
  • deps: bump ossf/scorecard-action from 2.1.2 to 2.3.0 (#140) (108f7fef)
liatrio-otel-collector - v0.28.0

Published by pmpaulino about 1 year ago

0.28.0 (2023-10-04)

🎁 Feature

  • add spanmetrics connector, transform and filter processors (#139) (5102f2ff)