Skip to content

Commit

Permalink
ajuste datasource jaeger
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoclessa committed Sep 21, 2023
1 parent be9f310 commit f6e7500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vkpr/jaeger/install/src/unix/formula/formula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ settingJaeger() {
.allInOne.ingress.ingressClassName = \"$VKPR_ENV_JAEGER_INGRESS_CLASS_NAME\"
"
if [[ "$VKPR_ENV_JAEGER_METRICS" == true ]] && [[ $(checkPodName "$VKPR_ENV_GRAFANA_NAMESPACE" "prometheus-stack-grafana") == "true" ]]; then
DATASOURCE_URL="http://jaeger-query.$VKPR_ENV_JAEGER_NAMESPACE:16686/"
DATASOURCE_URL="jaeger-query.$VKPR_ENV_JAEGER_NAMESPACE:16686/"
$VKPR_JQ ".url = \"$DATASOURCE_URL\"" $VKPR_JAEGER_DATASOURCE > tmp.json
cat tmp.json > $VKPR_JAEGER_DATASOURCE && rm tmp.json
createGrafanaDatasource "$VKPR_JAEGER_DATASOURCE" "$VKPR_ENV_GRAFANA_NAMESPACE"
Expand Down

0 comments on commit f6e7500

Please sign in to comment.