{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":271873331,"defaultBranch":"main","name":"example-greeting-service","ownerLogin":"honeycombio","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-06-12T19:17:14.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/15988027?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1712089437.0","currentOid":""},"activityList":{"items":[{"before":"4b016669edb721caf5b537091814e5ba6bb52ba3","after":null,"ref":"refs/heads/robb.add-healthcheck-to-frontend-ruby","pushedAt":"2024-04-02T20:23:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"robbkidd","name":"Robb Kidd","path":"/robbkidd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/517302?s=80&v=4"}},{"before":"619d38e8be70ecaca6ac1eaf0f083a49ab33d317","after":"feb012ac9e5c5c60f72d8d647ca7958377052fef","ref":"refs/heads/main","pushedAt":"2024-04-02T20:23:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"robbkidd","name":"Robb Kidd","path":"/robbkidd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/517302?s=80&v=4"},"commit":{"message":"feat: add a healthcheck endpoint to frontend-ruby (#1008)\n\n## Which problem is this PR solving?\r\n\r\n- Demonstrate how to ignore endpoints in OTel Ruby instrumentation,\r\nparticular use case being chatty healthcheck endpoints.\r\n\r\n## Short description of the changes\r\n\r\n- adds a HEALTHCHECK command to the Dockerfile so that Docker will nag\r\nthe healthcheck endpoint\r\n- adds OTel instrumentation config to ignore healthcheck endpoint\r\n(doesn't generate traces for requests to /up)","shortMessageHtmlLink":"feat: add a healthcheck endpoint to frontend-ruby (#1008)"}},{"before":null,"after":"4b016669edb721caf5b537091814e5ba6bb52ba3","ref":"refs/heads/robb.add-healthcheck-to-frontend-ruby","pushedAt":"2024-04-02T18:30:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"robbkidd","name":"Robb Kidd","path":"/robbkidd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/517302?s=80&v=4"},"commit":{"message":"add a healthcheck endpoint to frontend-ruby\n\n* adds a HEALTHCHECK command to the Dockerfile so that Docker\n will nag the healthcheck endpoint\n* adds OTel instrumentation config to ignore healthcheck endpoint\n (doesn't generate traces for requests to /up)","shortMessageHtmlLink":"add a healthcheck endpoint to frontend-ruby"}},{"before":"0d97c7467c378edcdb7b2208f699f12194811d26","after":null,"ref":"refs/heads/jamie.update-java-with-logs","pushedAt":"2024-03-28T20:53:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JamieDanielson","name":"Jamie Danielson","path":"/JamieDanielson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29520003?s=80&v=4"}},{"before":"9afa2d775ac332766d8ce2b916501c49a34df245","after":"619d38e8be70ecaca6ac1eaf0f083a49ab33d317","ref":"refs/heads/main","pushedAt":"2024-03-28T20:53:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JamieDanielson","name":"Jamie Danielson","path":"/JamieDanielson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29520003?s=80&v=4"},"commit":{"message":"feat: add logs and update deps in java services (#990)\n\n## Which problem is this PR solving?\r\n\r\n- closes #969 \r\n- close a buncha dependabots\r\n\r\n## Short description of the changes\r\n\r\n- update all deps in java services\r\n- update java year to use vanilla otel, specifically the java agent\r\n- update java year to use log4j logs\r\n- update `docker-compose.java.yml` to include `OTEL_LOGS_EXPORTER=otlp`\r\n\r\nSome findings:\r\n- Using java agent <2.x, set `OTEL_LOGS_EXPORTER=otlp`\r\n- Using java agent >=2.x, exporter is enabled by default\r\n- For more fine-tuning, use `log4j2.xml` or in this specific service\r\nthat uses Springboot, use `log4j2-spring.xml`. Some instructions are\r\n[here](https://docs.spring.io/spring-boot/docs/1.2.x-SNAPSHOT/reference/html/howto-logging.html#howto-configure-log4j-for-logging)\r\nand\r\n[here](https://www.baeldung.com/spring-boot-logback-log4j2#log4j2-extensions).\r\n- I tried getting a better JSON-formatted log but it didn't quite look\r\nas I wanted and so I wasn't sure it was worth it to add here (would be\r\nincluded in above step). I tried both\r\n[JSONLayout](https://logging.apache.org/log4j/2.x/manual/layouts.html#JSONLayout)\r\n(deprecated) and\r\n[JsonTemplateLayout](https://logging.apache.org/log4j/2.x/manual/json-template-layout.html).\r\n- Also for the log itself, the `MapMessage` showed up in Honeycomb as an\r\nempty string `\"\"`, whereas `ObjectMessage` showed `{selected_year=2015}`\r\nwhich is why I went with it. Maybe that's something to look further\r\ninto, as MapMessage seems like it might be a nicer format.\r\n\r\n## How to verify this has the expected result\r\n\r\nFrom the root directory run `tilt up java`, or from the java year\r\nservice set env vars including `OTEL_LOGS_EXPORTER=otlp` then `./gradlew\r\nbuild` and `./gradlew bootRun`... and curl the endpoint `curl\r\nlocalhost:6001/year`.\r\n\r\nThe log for selected year should show up in Honeycomb on the\r\n`YearService.getYear` span","shortMessageHtmlLink":"feat: add logs and update deps in java services (#990)"}},{"before":"bd64756f9973ea3cbf61899844ca725efbedab3b","after":"0d97c7467c378edcdb7b2208f699f12194811d26","ref":"refs/heads/jamie.update-java-with-logs","pushedAt":"2024-03-20T22:51:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"JamieDanielson","name":"Jamie Danielson","path":"/JamieDanielson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29520003?s=80&v=4"},"commit":{"message":"update frontend otel java","shortMessageHtmlLink":"update frontend otel java"}},{"before":"6e9f00df2c409de01fac19388baf914c1aa4eef5","after":"bd64756f9973ea3cbf61899844ca725efbedab3b","ref":"refs/heads/jamie.update-java-with-logs","pushedAt":"2024-03-20T22:48:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JamieDanielson","name":"Jamie Danielson","path":"/JamieDanielson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29520003?s=80&v=4"},"commit":{"message":"<2.x of otel-java just needs env var lol\n\nremoving log4j2.xml bc its not used at all.\nlog4j2-spring.xml would be used and it\nwould require some changes to log pkgs\nso for now we'll just keep defaults.\n\nif using the sdk instead of the java agent,\nthis work would be required, as would\nthe other packages like the appender.","shortMessageHtmlLink":"<2.x of otel-java just needs env var lol"}},{"before":"87aa0e99a6768dcdb2a5b2ec4e564b2d86eba755","after":null,"ref":"refs/heads/dependabot/pip/python/name-service/urllib3-1.26.18","pushedAt":"2024-03-19T17:42:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JamieDanielson","name":"Jamie Danielson","path":"/JamieDanielson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29520003?s=80&v=4"}},{"before":"59a5566a12dc5bc2e555f6ac8b1ade5d2d2b11d8","after":"9afa2d775ac332766d8ce2b916501c49a34df245","ref":"refs/heads/main","pushedAt":"2024-03-19T17:42:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JamieDanielson","name":"Jamie Danielson","path":"/JamieDanielson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29520003?s=80&v=4"},"commit":{"message":"chore(deps): bump urllib3 from 1.26.14 to 1.26.18 in /python/name-service (#1005)\n\nBumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to\r\n1.26.18.\r\n
\r\nRelease notes\r\n

Sourced from urllib3's\r\nreleases.

\r\n
\r\n

1.26.18

\r\n\r\n

1.26.17

\r\n\r\n

1.26.16

\r\n\r\n

1.26.15

\r\n\r\n
\r\n
\r\n
\r\nChangelog\r\n

Sourced from urllib3's\r\nchangelog.

\r\n
\r\n

1.26.18 (2023-10-17)

\r\n\r\n

1.26.17 (2023-10-02)

\r\n\r\n

1.26.16 (2023-05-23)

\r\n\r\n

1.26.15 (2023-03-10)

\r\n\r\n
\r\n
\r\n
\r\nCommits\r\n\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=urllib3&package-manager=pip&previous-version=1.26.14&new-version=1.26.18)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/honeycombio/example-greeting-service/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): bump urllib3 from 1.26.14 to 1.26.18 in /python/name-ser…"}},{"before":"c847abd45e191cd7a0ac7aaa67d0a3de3ad5ec6f","after":null,"ref":"refs/heads/dependabot/pip/python/frontend/urllib3-1.26.18","pushedAt":"2024-03-19T17:42:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JamieDanielson","name":"Jamie Danielson","path":"/JamieDanielson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29520003?s=80&v=4"}},{"before":"d3f3e2a6f28a4211513057a1e592b26ce4f23259","after":"59a5566a12dc5bc2e555f6ac8b1ade5d2d2b11d8","ref":"refs/heads/main","pushedAt":"2024-03-19T17:42:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JamieDanielson","name":"Jamie Danielson","path":"/JamieDanielson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29520003?s=80&v=4"},"commit":{"message":"chore(deps): bump urllib3 from 1.26.14 to 1.26.18 in /python/frontend (#1007)\n\nBumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to\r\n1.26.18.\r\n
\r\nRelease notes\r\n

Sourced from urllib3's\r\nreleases.

\r\n
\r\n

1.26.18

\r\n
    \r\n
  • Made body stripped from HTTP requests changing the request method to\r\nGET after HTTP 303 "See Other" redirect responses.\r\n(GHSA-g4mx-q9vg-27p4)
  • \r\n
\r\n

1.26.17

\r\n
    \r\n
  • Added the Cookie header to the list of headers to strip\r\nfrom requests when redirecting to a different host. As before, different\r\nheaders can be set via Retry.remove_headers_on_redirect.\r\n(GHSA-v845-jxx5-vc9f)
  • \r\n
\r\n

1.26.16

\r\n
    \r\n
  • Fixed thread-safety issue where accessing a PoolManager\r\nwith many distinct origins would cause connection pools to be closed\r\nwhile requests are in progress (#2954)
  • \r\n
\r\n

1.26.15

\r\n
    \r\n
  • Fix socket timeout value when HTTPConnection is reused (urllib3/urllib3#2645)
  • \r\n
  • Remove "!" character from the unreserved characters in\r\nIPv6 Zone ID parsing (urllib3/urllib3#2899)
  • \r\n
  • Fix IDNA handling of 'x80' byte (urllib3/urllib3#2901)
  • \r\n
\r\n
\r\n
\r\n
\r\nChangelog\r\n

Sourced from urllib3's\r\nchangelog.

\r\n
\r\n

1.26.18 (2023-10-17)

\r\n
    \r\n
  • Made body stripped from HTTP requests changing the request method to\r\nGET after HTTP 303 "See Other" redirect responses.
  • \r\n
\r\n

1.26.17 (2023-10-02)

\r\n
    \r\n
  • Added the Cookie header to the list of headers to strip\r\nfrom requests when redirecting to a different host. As before, different\r\nheaders can be set via Retry.remove_headers_on_redirect.\r\n([#3139](https://github.com/urllib3/urllib3/issues/3139)\r\n<https://github.com/urllib3/urllib3/pull/3139>_)
  • \r\n
\r\n

1.26.16 (2023-05-23)

\r\n
    \r\n
  • Fixed thread-safety issue where accessing a PoolManager\r\nwith many distinct origins\r\nwould cause connection pools to be closed while requests are in progress\r\n([#2954](https://github.com/urllib3/urllib3/issues/2954)\r\n<https://github.com/urllib3/urllib3/pull/2954>_)
  • \r\n
\r\n

1.26.15 (2023-03-10)

\r\n
    \r\n
  • Fix socket timeout value when HTTPConnection is reused\r\n([#2645](https://github.com/urllib3/urllib3/issues/2645)\r\n<https://github.com/urllib3/urllib3/issues/2645>__)
  • \r\n
  • Remove "!" character from the unreserved characters in\r\nIPv6 Zone ID parsing\r\n([#2899](https://github.com/urllib3/urllib3/issues/2899)\r\n<https://github.com/urllib3/urllib3/issues/2899>__)
  • \r\n
  • Fix IDNA handling of '\\x80' byte\r\n([#2901](https://github.com/urllib3/urllib3/issues/2901)\r\n<https://github.com/urllib3/urllib3/issues/2901>__)
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=urllib3&package-manager=pip&previous-version=1.26.14&new-version=1.26.18)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/honeycombio/example-greeting-service/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): bump urllib3 from 1.26.14 to 1.26.18 in /python/frontend ("}},{"before":"c4d858313481012c0257509c33ffc129caafac7f","after":null,"ref":"refs/heads/dependabot/pip/python/message-service/urllib3-1.26.18","pushedAt":"2024-03-19T17:41:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JamieDanielson","name":"Jamie Danielson","path":"/JamieDanielson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29520003?s=80&v=4"}},{"before":"2668b5f7f60a88a55972818527072142867f9769","after":"d3f3e2a6f28a4211513057a1e592b26ce4f23259","ref":"refs/heads/main","pushedAt":"2024-03-19T17:41:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JamieDanielson","name":"Jamie Danielson","path":"/JamieDanielson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29520003?s=80&v=4"},"commit":{"message":"chore(deps): bump urllib3 from 1.26.14 to 1.26.18 in /python/message-service (#1003)\n\nBumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to\r\n1.26.18.\r\n
\r\nRelease notes\r\n

Sourced from urllib3's\r\nreleases.

\r\n
\r\n

1.26.18

\r\n
    \r\n
  • Made body stripped from HTTP requests changing the request method to\r\nGET after HTTP 303 "See Other" redirect responses.\r\n(GHSA-g4mx-q9vg-27p4)
  • \r\n
\r\n

1.26.17

\r\n
    \r\n
  • Added the Cookie header to the list of headers to strip\r\nfrom requests when redirecting to a different host. As before, different\r\nheaders can be set via Retry.remove_headers_on_redirect.\r\n(GHSA-v845-jxx5-vc9f)
  • \r\n
\r\n

1.26.16

\r\n
    \r\n
  • Fixed thread-safety issue where accessing a PoolManager\r\nwith many distinct origins would cause connection pools to be closed\r\nwhile requests are in progress (#2954)
  • \r\n
\r\n

1.26.15

\r\n
    \r\n
  • Fix socket timeout value when HTTPConnection is reused (urllib3/urllib3#2645)
  • \r\n
  • Remove "!" character from the unreserved characters in\r\nIPv6 Zone ID parsing (urllib3/urllib3#2899)
  • \r\n
  • Fix IDNA handling of 'x80' byte (urllib3/urllib3#2901)
  • \r\n
\r\n
\r\n
\r\n
\r\nChangelog\r\n

Sourced from urllib3's\r\nchangelog.

\r\n
\r\n

1.26.18 (2023-10-17)

\r\n
    \r\n
  • Made body stripped from HTTP requests changing the request method to\r\nGET after HTTP 303 "See Other" redirect responses.
  • \r\n
\r\n

1.26.17 (2023-10-02)

\r\n
    \r\n
  • Added the Cookie header to the list of headers to strip\r\nfrom requests when redirecting to a different host. As before, different\r\nheaders can be set via Retry.remove_headers_on_redirect.\r\n([#3139](https://github.com/urllib3/urllib3/issues/3139)\r\n<https://github.com/urllib3/urllib3/pull/3139>_)
  • \r\n
\r\n

1.26.16 (2023-05-23)

\r\n
    \r\n
  • Fixed thread-safety issue where accessing a PoolManager\r\nwith many distinct origins\r\nwould cause connection pools to be closed while requests are in progress\r\n([#2954](https://github.com/urllib3/urllib3/issues/2954)\r\n<https://github.com/urllib3/urllib3/pull/2954>_)
  • \r\n
\r\n

1.26.15 (2023-03-10)

\r\n
    \r\n
  • Fix socket timeout value when HTTPConnection is reused\r\n([#2645](https://github.com/urllib3/urllib3/issues/2645)\r\n<https://github.com/urllib3/urllib3/issues/2645>__)
  • \r\n
  • Remove "!" character from the unreserved characters in\r\nIPv6 Zone ID parsing\r\n([#2899](https://github.com/urllib3/urllib3/issues/2899)\r\n<https://github.com/urllib3/urllib3/issues/2899>__)
  • \r\n
  • Fix IDNA handling of '\\x80' byte\r\n([#2901](https://github.com/urllib3/urllib3/issues/2901)\r\n<https://github.com/urllib3/urllib3/issues/2901>__)
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 9c2c230\r\nRelease 1.26.18 (#3159)
  • \r\n
  • b594c5c\r\nMerge pull request from GHSA-g4mx-q9vg-27p4
  • \r\n
  • 944f0eb\r\n[1.26] Use vendored six in urllib3.contrib.securetransport
  • \r\n
  • c9016bf\r\nRelease 1.26.17
  • \r\n
  • 0122035\r\nBackport GHSA-v845-jxx5-vc9f (#3139)
  • \r\n
  • e63989f\r\nFix installing brotli extra on Python 2.7
  • \r\n
  • 2e7a24d\r\n[1.26] Configure OS for RTD to fix building docs
  • \r\n
  • 57181d6\r\n[1.26] Improve error message when calling urllib3.request() (#3058)
  • \r\n
  • 3c01480\r\n[1.26] Run coverage even with failed jobs
  • \r\n
  • d94029b\r\nRelease 1.26.16
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=urllib3&package-manager=pip&previous-version=1.26.14&new-version=1.26.18)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/honeycombio/example-greeting-service/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): bump urllib3 from 1.26.14 to 1.26.18 in /python/message-…"}},{"before":"b299a049ebc54bdcb2ccc8f1d48fb3c8255cd83d","after":null,"ref":"refs/heads/dependabot/gradle/java/message-service/org.springframework.boot-3.2.3","pushedAt":"2024-03-19T17:39:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"920b8ea3530d0b7d7270b828a1d542987363c548","after":null,"ref":"refs/heads/dependabot/hex/elixir/frontend/telemetry_metrics-0.6.2","pushedAt":"2024-03-19T17:39:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"9430ec681f35253eba955053e9c746c93351062c","after":null,"ref":"refs/heads/dependabot/bundler/ruby/year-service/puma-6.4.2","pushedAt":"2024-03-19T17:39:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"b74aae34d31aad40b5120e6c53ee85cc0a85df42","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/node/frontend-service/follow-redirects-1.15.6","pushedAt":"2024-03-19T17:39:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"100194ecf159b640dfdde238f916524b54015566","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/web/follow-redirects-1.15.6","pushedAt":"2024-03-19T17:39:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"05bfa3b2d28e61290d9263467d6a87bb7460b9cb","after":null,"ref":"refs/heads/dependabot/go_modules/golang/github.com/honeycombio/beeline-go-1.15.0","pushedAt":"2024-03-19T17:39:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"0c8af656ed870f3a37d6c1f89d609718d25d761d","after":null,"ref":"refs/heads/dependabot/go_modules/golang/google.golang.org/grpc-1.62.1","pushedAt":"2024-03-19T17:39:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"837001041614ecbc3accd776ad8b78523006ef41","after":null,"ref":"refs/heads/dependabot/bundler/ruby/name-service/honeycomb-beeline-3.1.0","pushedAt":"2024-03-19T17:39:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"645aba9a9287dd7a376f6474d0df177963530b92","after":null,"ref":"refs/heads/dependabot/nuget/dotnet/StackExchange.Redis-2.7.33","pushedAt":"2024-03-19T17:39:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"5a112f26ead70aa3c231e28bd9a867559344dae9","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/node/year-service/opentelemetry/auto-instrumentations-node-0.43.0","pushedAt":"2024-03-19T17:39:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"c5cf9098de58e95c27d8270ba529d2306486dca8","after":null,"ref":"refs/heads/dependabot/bundler/ruby/message-service/honeycomb-beeline-3.1.0","pushedAt":"2024-03-19T17:39:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"42ff788dd417c02662a2f89302000248ddd5e659","after":null,"ref":"refs/heads/dependabot/bundler/ruby/year-service/honeycomb-beeline-3.1.0","pushedAt":"2024-03-19T17:39:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"1a40e821a5689c7f301bba7ed48875237247b389","after":null,"ref":"refs/heads/dependabot/gradle/java/year-service/io.honeycomb-honeycomb-opentelemetry-sdk-1.6.0","pushedAt":"2024-03-19T17:39:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"43a01d9a5029938f0040228cb43df06d397ed115","after":null,"ref":"refs/heads/dependabot/gradle/java/name-service/distroVersion-1.6.0","pushedAt":"2024-03-19T17:39:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"86abb9b838c2142586f350eebf3b75c59dbed835","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/node/message-service/honeycomb-beeline-4.1.0","pushedAt":"2024-03-19T17:39:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"412223866458cda99272848d1517f6936e1d6ef2","after":null,"ref":"refs/heads/dependabot/gradle/java/message-service/distroVersion-1.6.0","pushedAt":"2024-03-19T17:39:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"e2229bc67c6e9b12bb315fef2deb21eefe4d5b95","after":null,"ref":"refs/heads/dependabot/hex/elixir/year/opentelemetry_cowboy-0.3.0","pushedAt":"2024-03-19T17:39:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEJfKtPQA","startCursor":null,"endCursor":null}},"title":"Activity · honeycombio/example-greeting-service"}