Skip to content
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

Upgrade to Micrometer 1.10.0-SNAPSHOT. #1299

Closed
gregturn opened this issue Aug 31, 2022 · 1 comment
Closed

Upgrade to Micrometer 1.10.0-SNAPSHOT. #1299

gregturn opened this issue Aug 31, 2022 · 1 comment
Assignees
Labels
type: dependency-upgrade A dependency upgrade

Comments

@gregturn
Copy link
Contributor

No description provided.

gregturn added a commit that referenced this issue Aug 31, 2022
gregturn added a commit that referenced this issue Aug 31, 2022
gregturn added a commit that referenced this issue Aug 31, 2022
@gregturn gregturn changed the title Upgrade to Micrometer 1.10.0-M5. Upgrade to Micrometer 1.10.0-SNAPSHOT. Aug 31, 2022
@gregturn
Copy link
Contributor Author

FYI @christophstrobl

  • This branch has all the changes working against Micrometer snapshots by locally overriding Spring Data Build. The local changes can be dropped from pom.xml once Upgrade to Micrometer 1.10.0-M6/Micrometer Tracing 1.10.0-M8 spring-data-build#1782 is merged to main.
  • Verify things are worked by running all tests in src/test/java/org/springframework/data/cassandra/observability.
  • To run ZipkinIntegrationTests do the following:
  1. Run docker pull openzipkin/zipkin from a shell.
  2. Either run docker run -d -p 9411:9411 openzipkin/zipkin from a shell, or use Docker Desktop's dashboard to re-run the same container.
  3. Manually run ZipkinIntegrationTests test class directly. (It won't run when part of some aggregate test run).
  4. From Docker Desktop's dashboard, click on your zipkin container's "OPEN WITH BROWSER" link.
  5. Click on "Run Query". You should see the outcome of that test run, showing the tracing through Spring Data Cassandra.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade A dependency upgrade
Projects
None yet
Development

No branches or pull requests

1 participant