Skip to content

Commit

Permalink
Grafana Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Gernot Glawe committed Feb 12, 2023
1 parent 0e50438 commit c50b5c9
Show file tree
Hide file tree
Showing 8 changed files with 889 additions and 0 deletions.
33 changes: 33 additions & 0 deletions grafana-container/config/collector/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
receivers:
otlp:
protocols:
grpc:
exporters:
logging:
loglevel: debug
zipkin:
endpoint: http://zipkin:9411/api/v2/spans
jaeger:
endpoint: jaeger:14250
tls:
insecure: true
prometheus:
endpoint: 0.0.0.0:8889
resource_to_telemetry_conversion:
enabled: true
loki:
endpoint: http://loki:3100/loki/api/v1/push
labels:
resource:
service.name: "job"
service:
pipelines:
traces:
receivers: [otlp]
exporters: [logging, zipkin, jaeger]
metrics:
receivers: [otlp]
exporters: [logging, prometheus]
logs:
receivers: [otlp]
exporters: [logging, loki]
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: 1

providers:
- name: "provider"
orgId: 1
folder: ""
folderUid: ""
type: file
disableDeletion: false
updateIntervalSeconds: 10
allowUiUpdates: false
options:
path: /etc/grafana/provisioning/dashboards/source
foldersFromFilesStructure: true
Loading

0 comments on commit c50b5c9

Please sign in to comment.