Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

spring-attic/spring-cloud-atlas-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

spring-cloud-atlas-sample is no longer actively maintained by VMware, Inc.

Atlas Sample

Before running this project, start a local Atlas server:

$ curl -Lo memory.conf https://raw.githubusercontent.com/Netflix/atlas/master/conf/memory.conf
$ curl -LO https://github.com/Netflix/atlas/releases/download/v1.4.5/atlas-1.4.5-standalone.jar
$ java -jar atlas-1.4.5-standalone.jar memory.conf

More information about interacting with the Atlas server can be found on the Atlas wiki.

Run the project as a Spring Boot app (e.g. import into IDE and run main method, or use "mvn spring-boot:run or gradle bootRun or ./gradlew bootRun"). It will start up on port 8080 and begin publishing a counter metric via Spectator every 5 seconds.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages