Skip to content

Releases: SumoLogic/sumologic-orb

Update Sumo Help Link

18 Oct 09:44
68a14c5
Compare
Choose a tag to compare
Merge pull request #15 from SumoLogic/new_release_2.2.1

New release 2.2.1

Continuous Workflow Monitoring Support

18 Oct 09:05
f3d3480
Compare
Choose a tag to compare

Features

  1. The workflow-collector job now runs in a loop, continuously assessing the health of all jobs in the Workflow. Any status change in jobs will now be sent to SumoLogic. Only once all Jobs are no longer in some form of running/in process state will the workflow-collector finish. This addresses the current issue with the workflow-collector where only the initial job status will be sent to Sumo, and often some are completely missed as they aren't running when the first API call is made to CircleCI.

  2. Added timeout-seconds parameter (defaults to 180s/3mins) to end the workflow-collector early when required. This helps to account for any unforeseen edge cases which could cause the loop to never end, therefore consuming large amounts of CircleCI credits unintentionally.

  3. Manually setting the Workflow status based on the overall health as the final step. This is a bit of a workaround to the workflow-collector job itself being a blocker to the workflow ever reaching its final state.

Bug Fixes

  1. The workflow-collector job will now always send compact JSON payloads to SumoLogic.

  2. The provided custom-data is now added to the job updates when sent to SumoLogic (this won't happen when job-collector command is being used as a step in the job as no data is sent to Sumo for these jobs by the workflow-collector).

Bump jq install version to 2.2.1

20 Sep 10:33
1539104
Compare
Choose a tag to compare
Merge pull request #12 from SumoLogic/read_me_update

updated orb version

v2.1.0 Updated orb name to sumologic/sumologic

12 Dec 18:08
b7d3fc4
Compare
Choose a tag to compare

This release involved the name change of the orb.

v2.0.1 Updated examples and orb descriptions

23 Nov 09:44
a534272
Compare
Choose a tag to compare
Merge pull request #5 from SumoLogic/alpha

updated orb.yml and examples

v2.0.0 release on transfer of orb to SumoLogic namespace and adding job-collector command feature

23 Nov 08:21
777352b
Compare
Choose a tag to compare

What's Changed

  • Added job-collector command feature which allows support for setting environment name, team, and service per CircleCI job
  • Moved orb to SumoLogic namespace

New Contributors

Full Changelog: https://github.com/SumoLogic/sumologic-orb/commits/v2.0.0