Skip to content

Commit 27ad400

Browse files
twou12031travilyu
authored andcommitted
[feature] deepflow datasource, remove 'API Token' config
**Phenomenon and reproduction steps** none **Root cause and solution** none **Impactions** none **Test method** none **Affected branch(es)** - main **Checklist** - [ ] Dependencies update required - [ ] Common bug (similar problem in other repo)
1 parent 79f0dc3 commit 27ad400

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

deepflow-querier-datasource/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ Once you’ve added the deepflow data source, you can configure it so that your
99
# Configure the data source
1010

1111
## Data source options
12-
| Name | Description |
13-
| ----------- | ----------- |
14-
| Request Url | The url address of deepflow-querier server. |
15-
| API Token | The api token of deepflow-querier server, only used for enterprise edition authentication. |
16-
| Tracing Url | The url address of deepflow-app server, only used for `Distributed Tracing` app type. |
12+
| Name | Description |
13+
| ---------------- | ----------- |
14+
| Request Url | The url address of deepflow-querier server. |
15+
| Tracing Url | The url address of deepflow-app server, only used for `Distributed Tracing` app type. |
1716

1817
# Query editor
1918
The deepflow query editor is available when editing a panel using a `Deepflow Querier` data source.

deepflow-querier-datasource/src/ConfigEditor.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,6 @@ export class ConfigEditor extends PureComponent<Props, State> {
3333
></Input>
3434
</div>
3535
</div>
36-
<div className="gf-form">
37-
<span className="width-10">API Token</span>
38-
<div style={{ flexGrow: 1 }}>
39-
<Input
40-
value={jsonData.token}
41-
onChange={this.onJsonChange('token')}
42-
placeholder="token for deepflow"
43-
></Input>
44-
</div>
45-
</div>
4636
<div className="gf-form">
4737
<span className="width-10">Tracing Url</span>
4838
<div style={{ flexGrow: 1 }}>

0 commit comments

Comments
 (0)