Skip to content

Commit

Permalink
[Application - K8s Pod] add pod variable
Browse files Browse the repository at this point in the history
  • Loading branch information
twou12031 authored and Nick committed Apr 10, 2024
1 parent df2d537 commit bc78e12
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 6 deletions.
3 changes: 2 additions & 1 deletion config/datasources/deepflow-datasource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ datasources:
jsonData:
requestUrl: ${DEEPFLOW_REQUEST_URL}
traceUrl: ${DEEPFLOW_TRACEURL}
aiUrl: ${DEEPFLOW_AI_URL}
name: DeepFlow
type: deepflowio-deepflow-datasource
uid: DeepFlow
Expand Down Expand Up @@ -42,4 +43,4 @@ datasources:
uid: DeepFlow-Prometheus
type: prometheus
access: proxy
url: ${DEEPFLOW_REQUEST_URL}/prom
url: ${DEEPFLOW_REQUEST_URL}/prom
Loading

0 comments on commit bc78e12

Please sign in to comment.