{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":528169626,"defaultBranch":"main","name":"telemetry-generator","ownerLogin":"lightstep","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-08-23T21:33:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/16584245?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726237798.0","currentOid":""},"activityList":{"items":[{"before":"59a8552dc4be2a3fead7081f0636c11b29e3edd8","after":null,"ref":"refs/heads/matth.direct_export","pushedAt":"2024-09-09T18:15:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"matthagenbuch","name":"Matt Hagenbuch","path":"/matthagenbuch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7414485?s=80&v=4"}},{"before":"91429baeb742e237b7fccb49d63f191d589d5be5","after":"b1d27ed31b6351c998d24ddfd3aabfd65a9b5ecc","ref":"refs/heads/main","pushedAt":"2024-09-09T18:15:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"matthagenbuch","name":"Matt Hagenbuch","path":"/matthagenbuch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7414485?s=80&v=4"},"commit":{"message":"use direct metric export instead of prometheus scraping (#70)\n\n## What is the current behavior?\r\n\r\ncurrently uses prometheus metric self-scraping to export monitoring\r\nmetrics\r\n\r\n## What is the new behavior?\r\n\r\n\r\nexport monitoring metrics directly to lightstep\r\n\r\nthis will resolve metric type mismatch issues resulting from multiple\r\nways of exporting otelcol metrics to internal lightstep projects\r\n\r\n---\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n\r\n- [ ] Tests(`make test`) for the changes have been added (for bug fixes\r\n/ features) and pass\r\n- [ ] Docs have been reviewed and added / updated if needed (for bug\r\nfixes / features)\r\n- [ ] Lint (`make lint`) has passed locally and any fixes were made for\r\nfailures\r\n\r\n## Pull request type\r\n\r\n\r\n\r\n\r\n\r\nPlease check the type of change your PR introduces:\r\n\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe):\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [ ] No\r\n\r\n\r\n\r\n## Other information\r\n\r\n","shortMessageHtmlLink":"use direct metric export instead of prometheus scraping (#70)"}},{"before":"7003f29730af48b3a34fa552b869589e259f01fd","after":"59a8552dc4be2a3fead7081f0636c11b29e3edd8","ref":"refs/heads/matth.direct_export","pushedAt":"2024-09-09T18:08:06.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"matthagenbuch","name":"Matt Hagenbuch","path":"/matthagenbuch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7414485?s=80&v=4"},"commit":{"message":"Merge branch 'main' into matth.direct_export","shortMessageHtmlLink":"Merge branch 'main' into matth.direct_export"}},{"before":"d012bdeac23be468bd82665eee47f91fec3751ce","after":null,"ref":"refs/heads/jason/LS-60884/replace-rand-seed","pushedAt":"2024-09-09T14:05:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jdcrouse","name":"Jason Crouse","path":"/jdcrouse","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23197682?s=80&v=4"}},{"before":"ab5483b7722adc7cc9d7739b53837e58fa90f720","after":"91429baeb742e237b7fccb49d63f191d589d5be5","ref":"refs/heads/main","pushedAt":"2024-09-09T14:05:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jdcrouse","name":"Jason Crouse","path":"/jdcrouse","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23197682?s=80&v=4"},"commit":{"message":"[LS-60884] remove uses of rand.Seed (#71)\n\n## What is the current behavior?\r\n`rand.Seed` is deprecated, and this deprecated method being in use is\r\npreventing the linter from allowing changes to this repo\r\n\r\n\r\n## What is the new behavior?\r\nAll uses of `rand.Seed(someseed)` are removed. This is replaced with\r\n`rand.New(rand.NewSource(someseed))` which is the preferred way to\r\nhandle this according to doc strings. Instead of using the global `rand`\r\nin random generation, the preferred method seems to be to pass down the\r\ngenerator created by `rand.New` so this also passed down generators into\r\nany method that uses them\r\n\r\nThere is a question here of where we should pass generators as function\r\nargs and where we should just put the generator as a field in the\r\nstructs, but a bunch of these structs have json annotations that suggest\r\nthey are read from files and i do not really know how to make sure\r\n`rand` gets populated in the case where some of these structs are\r\nconstructed from json\r\n\r\n---------\r\n\r\nCo-authored-by: jason.crouse ","shortMessageHtmlLink":"[LS-60884] remove uses of rand.Seed (#71)"}},{"before":"f23fa356ae43d25dafbe60e56d727e6af8c06824","after":"d012bdeac23be468bd82665eee47f91fec3751ce","ref":"refs/heads/jason/LS-60884/replace-rand-seed","pushedAt":"2024-09-06T19:56:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jdcrouse","name":"Jason Crouse","path":"/jdcrouse","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23197682?s=80&v=4"},"commit":{"message":"need to reset the generator for tests so the same series of randoms are generated","shortMessageHtmlLink":"need to reset the generator for tests so the same series of randoms a…"}},{"before":"d07c7e47ba6e63e51089aa40bbe612386ce8eb01","after":"f23fa356ae43d25dafbe60e56d727e6af8c06824","ref":"refs/heads/jason/LS-60884/replace-rand-seed","pushedAt":"2024-09-06T19:39:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jdcrouse","name":"Jason Crouse","path":"/jdcrouse","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23197682?s=80&v=4"},"commit":{"message":"fix this other random lint error","shortMessageHtmlLink":"fix this other random lint error"}},{"before":"e5b7245ce21d6c997313a1879bc4308b5d34291a","after":"d07c7e47ba6e63e51089aa40bbe612386ce8eb01","ref":"refs/heads/jason/LS-60884/replace-rand-seed","pushedAt":"2024-09-06T18:24:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jdcrouse","name":"Jason Crouse","path":"/jdcrouse","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23197682?s=80&v=4"},"commit":{"message":"fix missing args","shortMessageHtmlLink":"fix missing args"}},{"before":null,"after":"e5b7245ce21d6c997313a1879bc4308b5d34291a","ref":"refs/heads/jason/LS-60884/replace-rand-seed","pushedAt":"2024-09-06T17:46:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jdcrouse","name":"Jason Crouse","path":"/jdcrouse","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23197682?s=80&v=4"},"commit":{"message":"remove uses of rand.Seed, and pass in an explicit random generator anywhere we called rand methods","shortMessageHtmlLink":"remove uses of rand.Seed, and pass in an explicit random generator an…"}},{"before":"7f663e686517dc2177f9a5139766acb5e1550206","after":"7003f29730af48b3a34fa552b869589e259f01fd","ref":"refs/heads/matth.direct_export","pushedAt":"2024-09-06T16:02:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthagenbuch","name":"Matt Hagenbuch","path":"/matthagenbuch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7414485?s=80&v=4"},"commit":{"message":"rm name","shortMessageHtmlLink":"rm name"}},{"before":"eb7b1c0b0e1ccf38dec261bfff144350bb583748","after":"7f663e686517dc2177f9a5139766acb5e1550206","ref":"refs/heads/matth.direct_export","pushedAt":"2024-09-06T16:00:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"matthagenbuch","name":"Matt Hagenbuch","path":"/matthagenbuch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7414485?s=80&v=4"},"commit":{"message":"upgrade golint","shortMessageHtmlLink":"upgrade golint"}},{"before":null,"after":"eb7b1c0b0e1ccf38dec261bfff144350bb583748","ref":"refs/heads/matth.direct_export","pushedAt":"2024-09-06T15:51:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"matthagenbuch","name":"Matt Hagenbuch","path":"/matthagenbuch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7414485?s=80&v=4"},"commit":{"message":"use direct metric export instead of prometheus scraping","shortMessageHtmlLink":"use direct metric export instead of prometheus scraping"}},{"before":"59e90b614134c56a95e4593e6174789cd34643e5","after":null,"ref":"refs/heads/LS-60099-address-warnings","pushedAt":"2024-03-27T18:16:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"adil-sultan","name":null,"path":"/adil-sultan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/87725682?s=80&v=4"}},{"before":"99e4ffc220de11dd77f02b969b4ede53545b5bcb","after":"ab5483b7722adc7cc9d7739b53837e58fa90f720","ref":"refs/heads/main","pushedAt":"2024-03-27T18:16:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"adil-sultan","name":null,"path":"/adil-sultan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/87725682?s=80&v=4"},"commit":{"message":"LS-60099 addressing code warnings. (#69)\n\n## What is the current behavior?\r\n\r\n\r\nCleaning up some repo warnings to address:\r\ncommenting\r\nremoving unused parameters `host` and `topoinline`\r\nchanging a slice declaration to nil\r\nrenamed `min `and `max` to `minimum` and` maximum` to eliminate the\r\ncollision warnings with builtin functions\r\n\r\n## What is the new behavior?\r\n\r\n\r\nBehavior is the same, just cleaned up some warnings\r\n\r\n---\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n\r\n- [x] Tests(`make test`) for the changes have been added (for bug fixes\r\n/ features) and pass\r\n- [ ] Docs have been reviewed and added / updated if needed (for bug\r\nfixes / features)\r\n- [x] Lint (`make lint`) has passed locally and any fixes were made for\r\nfailures\r\n\r\n## Pull request type\r\n\r\n\r\n\r\n\r\n\r\nPlease check the type of change your PR introduces:\r\n\r\n- [ ] Bugfix\r\n- [ ] Feature\r\n- [x] Code style update (formatting, renaming)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe):\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [x] No\r\n\r\n\r\n\r\n## Other information\r\n\r\nI was going to update the deprecated rand.Seed usage but after starting\r\nthis I think it should be it's own PR due to the amount of work it will\r\nbe. We have LS-60180 for TODO comments.\r\n\r\n","shortMessageHtmlLink":"LS-60099 addressing code warnings. (#69)"}},{"before":"8425a0b64b67f35babe2f85c92e9816fd8213d5a","after":"59e90b614134c56a95e4593e6174789cd34643e5","ref":"refs/heads/LS-60099-address-warnings","pushedAt":"2024-03-27T18:07:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"adil-sultan","name":null,"path":"/adil-sultan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/87725682?s=80&v=4"},"commit":{"message":"removed an unintended artifact from updating the go.mod previously","shortMessageHtmlLink":"removed an unintended artifact from updating the go.mod previously"}},{"before":"8326e894b18709732d8bc8737fdfa9474e7f057c","after":"8425a0b64b67f35babe2f85c92e9816fd8213d5a","ref":"refs/heads/LS-60099-address-warnings","pushedAt":"2024-03-27T17:50:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"adil-sultan","name":null,"path":"/adil-sultan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/87725682?s=80&v=4"},"commit":{"message":"add TODO comment for deprecated rand.Seed","shortMessageHtmlLink":"add TODO comment for deprecated rand.Seed"}},{"before":"4197a1ad350f7fc33b85f09560310abeb2c0ddd1","after":"8326e894b18709732d8bc8737fdfa9474e7f057c","ref":"refs/heads/LS-60099-address-warnings","pushedAt":"2024-03-25T21:42:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"adil-sultan","name":null,"path":"/adil-sultan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/87725682?s=80&v=4"},"commit":{"message":"another artifact","shortMessageHtmlLink":"another artifact"}},{"before":"27aefa266bf8b34385c83ce97ef4d64f2ad79dba","after":"4197a1ad350f7fc33b85f09560310abeb2c0ddd1","ref":"refs/heads/LS-60099-address-warnings","pushedAt":"2024-03-25T21:28:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"adil-sultan","name":null,"path":"/adil-sultan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/87725682?s=80&v=4"},"commit":{"message":"removing artifacts from local setup.","shortMessageHtmlLink":"removing artifacts from local setup."}},{"before":null,"after":"27aefa266bf8b34385c83ce97ef4d64f2ad79dba","ref":"refs/heads/LS-60099-address-warnings","pushedAt":"2024-03-25T21:15:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"adil-sultan","name":null,"path":"/adil-sultan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/87725682?s=80&v=4"},"commit":{"message":"making some small updated to clean up goland warnings.","shortMessageHtmlLink":"making some small updated to clean up goland warnings."}},{"before":null,"after":"bba3dd60327639e4ea57e341ca800704b38dc76f","ref":"refs/heads/DanTulovsky-patch-1","pushedAt":"2024-01-29T16:41:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"DanTulovsky","name":"MrWetsnow","path":"/DanTulovsky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/509887?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"514be8a298b7052ab5c28ad27c4c1a415373b556","after":null,"ref":"refs/heads/jmacd/nofatal","pushedAt":"2023-11-09T21:39:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jmacd","name":"Joshua MacDonald","path":"/jmacd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3629705?s=80&v=4"}},{"before":"149a2bd6c18624f17ef2c1e2d151391a0cee13be","after":"99e4ffc220de11dd77f02b969b4ede53545b5bcb","ref":"refs/heads/main","pushedAt":"2023-11-09T21:39:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jmacd","name":"Joshua MacDonald","path":"/jmacd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3629705?s=80&v=4"},"commit":{"message":"Do not fatal for ordinary consume errors (#66)\n\n## What is the current behavior?\r\nThe collector will exit because of a transient failure.\r\n\r\n## What is the new behavior?\r\nIt will log the failure.\r\n\r\n## Pull request checklist\r\n\r\nPlease check if your PR fulfills the following requirements:\r\n\r\n- [x] Tests(`make test`) for the changes have been added (for bug fixes\r\n/ features) and pass\r\n- [ ] Docs have been reviewed and added / updated if needed (for bug\r\nfixes / features)\r\n- [x] Lint (`make lint`) has passed locally and any fixes were made for\r\nfailures\r\n\r\n## Pull request type\r\nPlease check the type of change your PR introduces:\r\n\r\n- [x] Bugfix\r\n- [ ] Feature\r\n- [ ] Code style update (formatting, renaming)\r\n- [ ] Refactoring (no functional changes, no api changes)\r\n- [ ] Build related changes\r\n- [ ] Documentation content changes\r\n- [ ] Other (please describe):\r\n\r\n## Does this introduce a breaking change?\r\n\r\n- [ ] Yes\r\n- [x] No\r\n\r\n\r\n\r\n## Other information\r\n\r\nThe process fails in a difficult to diagnose way!\r\nIt exits with status 0 and the log explaining why is nowhere near the\r\nbottom.","shortMessageHtmlLink":"Do not fatal for ordinary consume errors (#66)"}},{"before":null,"after":"514be8a298b7052ab5c28ad27c4c1a415373b556","ref":"refs/heads/jmacd/nofatal","pushedAt":"2023-11-09T21:20:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jmacd","name":"Joshua MacDonald","path":"/jmacd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3629705?s=80&v=4"},"commit":{"message":"Do not fatal for ordinary consume errors","shortMessageHtmlLink":"Do not fatal for ordinary consume errors"}},{"before":"03364c39f015dd9b1d3ba0f4371030713b1eae8a","after":null,"ref":"refs/heads/codeboten/0.15.0","pushedAt":"2023-10-26T22:00:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"}},{"before":"fc12efefd5877eda394d845738c66fddbb61e170","after":"149a2bd6c18624f17ef2c1e2d151391a0cee13be","ref":"refs/heads/main","pushedAt":"2023-10-26T22:00:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"},"commit":{"message":"prepare v0.15.0 release (#65)\n\nSigned-off-by: Alex Boten ","shortMessageHtmlLink":"prepare v0.15.0 release (#65)"}},{"before":null,"after":"03364c39f015dd9b1d3ba0f4371030713b1eae8a","ref":"refs/heads/codeboten/0.15.0","pushedAt":"2023-10-26T21:49:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"},"commit":{"message":"prepare v0.15.0 release\n\nSigned-off-by: Alex Boten ","shortMessageHtmlLink":"prepare v0.15.0 release"}},{"before":"a9e7cd5f6ceaae9dd62b34cc48efb1d2bb2c53e7","after":null,"ref":"refs/heads/codeboten/rm-koanf-v15","pushedAt":"2023-10-26T21:42:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"}},{"before":"f2f282f679c8b2d2e6e1f41fe5d11549dfa85427","after":"fc12efefd5877eda394d845738c66fddbb61e170","ref":"refs/heads/main","pushedAt":"2023-10-26T21:42:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"},"commit":{"message":"[chore] remove koanf v1.5 dep (#64)\n\nSigned-off-by: Alex Boten ","shortMessageHtmlLink":"[chore] remove koanf v1.5 dep (#64)"}},{"before":null,"after":"a9e7cd5f6ceaae9dd62b34cc48efb1d2bb2c53e7","ref":"refs/heads/codeboten/rm-koanf-v15","pushedAt":"2023-10-26T21:36:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"},"commit":{"message":"[chore] remove koanf v1.5 dep\n\nSigned-off-by: Alex Boten ","shortMessageHtmlLink":"[chore] remove koanf v1.5 dep"}},{"before":"93776e26c3694db71a9cb727548bde11322885be","after":null,"ref":"refs/heads/codeboten/bump-go-ver","pushedAt":"2023-10-26T21:31:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wOVQxODoxNToxMS4wMDAwMDBazwAAAASxOLIy","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wOVQxODoxNToxMS4wMDAwMDBazwAAAASxOLIy","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMC0yNlQyMTozMTo0NC4wMDAwMDBazwAAAAOg2DTO"}},"title":"Activity · lightstep/telemetry-generator"}