Skip to content

Commit

Permalink
Added wavefront-autotracing.yaml scenario and linked to configuration…
Browse files Browse the repository at this point in the history
… section in readme (#331)

Co-authored-by: Matthew Conger-Eldeen <matthewco@vmware.com>
  • Loading branch information
ginwoopak and m25n authored Sep 5, 2023
1 parent 49587cd commit dfae732
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ We have templates for common scenarios. See the comments in each file for usage
* [Getting started with logging configuration](deploy/scenarios/wavefront-logging-getting-started.yaml)
* [Full logging configuration](deploy/scenarios/wavefront-logging-full-config.yaml)
* [Bring your own logs shipper](deploy/scenarios/wavefront-bring-your-own-logs-shipper.yaml)
* [Enabling autotracing support](deploy/scenarios/wavefront-autotracing.yaml)
You can see all configuration options in the [wavefront-full-config.yaml](deploy/scenarios/wavefront-full-config.yaml).
Expand Down
19 changes: 19 additions & 0 deletions deploy/scenarios/wavefront-autotracing.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Need to change YOUR_CLUSTER_NAME and YOUR_WAVEFRONT_URL
# See https://github.com/wavefrontHQ/observability-for-kubernetes/blob/main/docs/experimental/autotracing.md for more details
apiVersion: wavefront.com/v1alpha1
kind: Wavefront
metadata:
name: wavefront
namespace: observability-system
spec:
clusterName: YOUR_CLUSTER_NAME
wavefrontUrl: YOUR_WAVEFRONT_URL
dataCollection:
metrics:
enable: true
dataExport:
wavefrontProxy:
enable: true
experimental:
autotracing:
enable: true

0 comments on commit dfae732

Please sign in to comment.