Replies: 2 comments
-
Hi @odedia did you have any idea if a free plan for Wavefront exists? And if not, how can you bypass Wavefront? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Free plan should still exist from what I recall. management.metrics.export.wavefront.enabled=false |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to deploy the project on K8s based on README
I applied
kubectl apply -f k8s/init-namespace/
, and want to create the Wavefront secret with the next command:kubectl create secret generic wavefront -n spring-petclinic --from-literal=wavefront-url=https://wavefront.surf --from-literal=wavefront-api-token=2e41f7cf-1111-2222-3333-7397a56113ca
But, I don't have my own api token for Wavefront. I am wondering if there's a free plan of Wavefront and I could use it for running this project.
Beta Was this translation helpful? Give feedback.
All reactions