Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
d35f9f7e
Unverified
Commit
d35f9f7e
authored
Jan 18, 2021
by
Zoltán Bedi
Committed by
GitHub
Jan 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Zipkin: Remove browser access mode (#30360)
* Zipkin: Remove browser access mode * Update zipkin.md
parent
87f39f60
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
+8
-9
docs/sources/datasources/zipkin.md
+7
-8
public/app/plugins/datasource/zipkin/ConfigEditor.tsx
+1
-1
No files found.
docs/sources/datasources/zipkin.md
View file @
d35f9f7e
...
...
@@ -16,14 +16,13 @@ Just add it as a data source and you are ready to query your traces in [Explore]
To access Zipkin settings, click the
**Configuration**
(gear) icon, then click
**Data Sources**
>
**Zipkin**
.
| Name | Description |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------- |
|
`Name`
| The data source name. This is how you refer to the data source in panels, queries, and Explore. |
|
`Default`
| Data source will be pre-selected for new panels. |
|
`URL`
| The URL of the Zipkin instance, e.g.,
`http://localhost:9411`
. |
|
`Access`
| Server (default) = URL needs to be accessible from the Grafana backend/server. Browser = URL needs to be accessible from the browser. |
|
`Basic Auth`
| Enable basic authentication to the Zipkin data source. |
|
`User`
| User name for basic authentication. |
|
`Password`
| Password for basic authentication. |
| ------------ | --------------------------------------------------------------------- |
|
`Name`
| The data source name in panels, queries, and Explore. |
|
`Default`
| The pre-selected data source for a new panel. |
|
`URL`
| The URL of the Zipkin instance. For example,
`http://localhost:9411`
. |
|
`Basic Auth`
| Enable basic authentication for the Zipkin data source. |
|
`User`
| Specify a user name for basic authentication. |
|
`Password`
| Specify a password for basic authentication. |
### Trace to logs
...
...
public/app/plugins/datasource/zipkin/ConfigEditor.tsx
View file @
d35f9f7e
...
...
@@ -11,7 +11,7 @@ export const ConfigEditor: React.FC<Props> = ({ options, onOptionsChange }) => {
<
DataSourceHttpSettings
defaultUrl=
"http://localhost:9411"
dataSourceConfig=
{
options
}
showAccessOptions=
{
tru
e
}
showAccessOptions=
{
fals
e
}
onChange=
{
onOptionsChange
}
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment