Skip to content

Bump jetty-server.version from 12.0.18 to 12.0.19 #1317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 4, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2025

Bumps jetty-server.version from 12.0.18 to 12.0.19.
Updates org.eclipse.jetty:jetty-server from 12.0.18 to 12.0.19

Updates org.eclipse.jetty.ee10:jetty-ee10-servlet from 12.0.18 to 12.0.19

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 3, 2025
Bumps `jetty-server.version` from 12.0.18 to 12.0.19.

Updates `org.eclipse.jetty:jetty-server` from 12.0.18 to 12.0.19

Updates `org.eclipse.jetty.ee10:jetty-ee10-servlet` from 12.0.18 to 12.0.19

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-version: 12.0.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-servlet
  dependency-version: 12.0.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@zeitlinger zeitlinger force-pushed the dependabot/maven/jetty-server.version-12.0.19 branch from 26b214c to 080c831 Compare April 4, 2025 12:36
@zeitlinger
Copy link
Member

zeitlinger commented Apr 4, 2025

what a riddle with OTel:

the check: https://github.com/prometheus/client_java/blob/main/examples/example-exporter-opentelemetry/oats-tests/agent/service-instance-id-check.py

the output

target_info{container_id="0282187277c5f259f3405455bd5094a936642415a02bd8dbbdb41a73987d8db7",host_arch="amd64",host_name="0282187277c5",instance="6b3318d9-2b87-498b-a1a3-bbfaecc96374",job="rolldice",os_description="Linux 6.8.0-57-generic",os_type="linux",process_command_args="["/opt/java/openjdk/bin/java","-jar","./app.jar"]",process_executable_path="/opt/java/openjdk/bin/java",process_pid="1",process_runtime_description="Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.6+7-LTS",process_runtime_name="OpenJDK Runtime Environment",process_runtime_version="21.0.6+7-LTS",service_instance_id="6b3318d9-2b87-498b-a1a3-bbfaecc96374",service_name="rolldice",telemetry_distro_name="opentelemetry-java-instrumentation",telemetry_distro_version="2.8.0",telemetry_sdk_language="java",telemetry_sdk_name="opentelemetry",telemetry_sdk_version="1.42.1"}

target_info{container_id="0282187277c5f259f3405455bd5094a936642415a02bd8dbbdb41a73987d8db7",host_arch="amd64",host_name="0282187277c5",instance="6b3318d9-2b87-498b-a1a3-bbfaecc96374",job="rolldice",os_description="Linux 6.8.0-57-generic",os_type="linux",process_executable_path="/opt/java/openjdk/bin/java",process_pid="1",process_runtime_description="Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.6+7-LTS",process_runtime_name="OpenJDK Runtime Environment",process_runtime_version="21.0.6+7-LTS",service_instance_id="6b3318d9-2b87-498b-a1a3-bbfaecc96374",service_name="rolldice",telemetry_sdk_language="java",telemetry_sdk_name="opentelemetry",telemetry_sdk_version="1.48.0",process_command_line="/opt/java/openjdk/bin/java -javaagent:/usr/src/app/opentelemetry-javaagent.jar -jar ./app.jar"}

target_info{instance="e6ff9e41-acdb-4c47-88b5-8112c831f5b5",job="otelcol-contrib",service_instance_id="e6ff9e41-acdb-4c47-88b5-8112c831f5b5",service_name="otelcol-contrib",http_scheme="http",net_host_port="8888",server_port="8888",service_version="0.122.1",url_scheme="http"}

turns out that the otel collector is now reporting

target_info{instance="e6ff9e41-acdb-4c47-88b5-8112c831f5b5",job="otelcol-contrib",service_instance_id="e6ff9e41-acdb-4c47-88b5-8112c831f5b5",service_name="otelcol-contrib",http_scheme="http",net_host_port="8888",server_port="8888",service_version="0.122.1",url_scheme="http"}

where the used to be localhost:8888 is instance.

Not sure why it shows up in this PR.

Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
@zeitlinger zeitlinger merged commit 9f8e9c1 into main Apr 4, 2025
4 checks passed
@zeitlinger zeitlinger deleted the dependabot/maven/jetty-server.version-12.0.19 branch April 4, 2025 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant