Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

content/quickstart: use open source exporters for Java quickstarts #347

Merged
merged 1 commit into from
Sep 18, 2018

Conversation

odeke-em
Copy link
Member

Use free and open source exporters for Java quickstarts:

  • Prometheus for stats
  • Zipkin for tracing

This change makes the project more attractive with vendor neutrality
and not locking users into paid backends, but also these exporters
are free and easy to setup.

Updates #343

Copy link
Contributor

@songy23 songy23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM except for some minor nits.

<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_httpserver</artifactId>
<version>0.3.0</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: s/0.3.0/0.4.0/g


### Import Packages
To turn on Stackdriver Tracing, we’ll need to declare the Stackdriver dependency in your `pom.xml`. Add the following code snippet inside of your `<dependencies>` node:
### Create the exporter
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: s/Create/Initialize

@odeke-em
Copy link
Member Author

Thank you for the review @songy23!

Use free and open source exporters for Java quickstarts:
* Prometheus for stats
* Zipkin for tracing

This change makes the project more attractive with vendor neutrality
and not locking users into paid backends, but also these exporters
are free and easy to setup.

Updates #343
@odeke-em odeke-em force-pushed the switch-tutorials-to-use-opensource-exporters-java branch from 060e5ab to 636e81f Compare September 18, 2018 21:13
@odeke-em odeke-em merged commit 636e81f into master Sep 18, 2018
@odeke-em odeke-em deleted the switch-tutorials-to-use-opensource-exporters-java branch September 18, 2018 21:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants