We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951959d commit 4fcda07Copy full SHA for 4fcda07
README.md
@@ -26,16 +26,14 @@ Add `spp-probe.yml` to working directory (or set `SPP_PROBE_CONFIG_FILE` env):
26
```yml
27
spp:
28
platform_host: "localhost"
29
- ssl_enabled: false
30
```
31
32
Or construct with dict:
33
34
```python
35
from sourceplusplus.SourcePlusPlus import SourcePlusPlus
36
SourcePlusPlus({
37
- "spp.platform_host": "localhost",
38
- "spp.ssl_enabled": False
+ "spp.platform_host": "localhost"
39
}).attach()
40
41
tests/probe_config/resources/base-config.yml
@@ -1,7 +1,6 @@
1
2
platform_host: "spp-platform"
3
platform_port: 12800
4
5
skywalking:
6
logging:
7
level: "WARN"
0 commit comments