File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,18 +73,18 @@ Accessing Data outside of LNT: Tableau Web Data Connector
73
73
Connector (WDC) to make it easy to get LNT data into Tableau.
74
74
75
75
In Tableau, create a new data source of the Web Data Connector type. When prompted for the URL, use the standard
76
- database and suite url, followed by /tableau/ .
76
+ database and suite url, followed by /tableau.
77
77
78
78
Examples::
79
79
80
80
# WDC for a public server
81
- https://lnt.llvm.org/db_default/v4/nts/tableau/
81
+ https://lnt.llvm.org/db_default/v4/nts/tableau
82
82
83
83
# WDC for a local instance
84
- http://localhost:5000/db_default/v4/nts/tableau/
84
+ http://localhost:5000/db_default/v4/nts/tableau
85
85
86
86
# WDC for a different database and suite
87
- http://localhost:5000/db_my_perf/v4/size/tableau/
87
+ http://localhost:5000/db_my_perf/v4/size/tableau
88
88
89
89
The WDC exports all the data submitted for a collection of machines. The WDC will prompt for a machine regular
90
90
expression. The regexp matches against the machine names in this database/suite. You can see those machine names at a
You can’t perform that action at this time.
0 commit comments