Skip to content

carlosalberto/metrics-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Metrics Example

This example exports data to STAGING. You will need the latest code from OTel Java - as SNAPSHOTs are broken as this moment, please get opentelemetry-java, build it, and then type this to install 0.11.0-SNAPSHOT to the local repo:

./gradlew publishToMavenLocal

Once that is done, build and run this example:

export ACCESS_TOKEN=my-access-token-for-staging-etc
mvn compile
mvn exec:java -Dexec.mainClass=com.lightstep.otel.App

Once that is done, you should be seeing metrics in the UI.

Note: At this moment, only long_observer will always work in the UI. The other metrics fail to render most of the time, although that's (now) a known bug and should be fixed soon.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages