Created
September 14, 2021 22:29
-
-
Save michaelmcmillan/daee3397e0ddb6bc332121bc0da90050 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server: | |
http_listen_port: 9080 | |
grpc_listen_port: 0 | |
positions: | |
filename: C:\positions.yaml | |
clients: | |
# - url: http://loki:3100/loki/api/v1/push | |
- url: http://10.192.177.253:3100/loki/api/v1/push | |
scrape_configs: | |
- job_name: spyro-engine | |
static_configs: | |
- targets: | |
- localhost | |
labels: | |
job: SpyroLog | |
__path__: C:\SpyroLog\*.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment