Skip to content

Commit

Permalink
0.13: release 0.13-dev:0.16 and add Prometheus annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Apr 10, 2018
1 parent b571bcf commit 247a8f2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ This repository contains a set of Yaml files to deploy Fluent Bit which consider

The following repository is having continuous updates, specifically in the Docker image that's being used.

- __0.13-dev:0.16, April 10th, 2018__
- lib: monkey: fixes on HTTP server component

- __0.13-dev:0.15, April 06th, 2018__
- parser decoder: cleanup and exception fixes
- filter_kubernetes: annotation feature in Pods renamed from 'logging.' to 'fluentbit.io/'
Expand Down
6 changes: 5 additions & 1 deletion output/elasticsearch/fluent-bit-ds-minikube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ spec:
k8s-app: fluent-bit-logging
version: v1
kubernetes.io/cluster-service: "true"
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "2020"
prometheus.io/path: /api/v1/metrics/prometheus
spec:
containers:
- name: fluent-bit
image: fluent/fluent-bit-0.13-dev:0.15
image: fluent/fluent-bit-0.13-dev:0.16
imagePullPolicy: Always
ports:
- containerPort: 2020
Expand Down
6 changes: 5 additions & 1 deletion output/elasticsearch/fluent-bit-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ spec:
k8s-app: fluent-bit-logging
version: v1
kubernetes.io/cluster-service: "true"
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "2020"
prometheus.io/path: /api/v1/metrics/prometheus
spec:
containers:
- name: fluent-bit
image: fluent/fluent-bit-0.13-dev:0.15
image: fluent/fluent-bit-0.13-dev:0.16
imagePullPolicy: Always
ports:
- containerPort: 2020
Expand Down
2 changes: 1 addition & 1 deletion output/kafka/fluent-bit-ds-minikube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: fluent-bit
image: fluent/fluent-bit-0.13-dev:0.15
image: fluent/fluent-bit-0.13-dev:0.16
imagePullPolicy: Always
ports:
- containerPort: 2020
Expand Down
2 changes: 1 addition & 1 deletion output/kafka/fluent-bit-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: fluent-bit
image: fluent/fluent-bit-0.13-dev:0.15
image: fluent/fluent-bit-0.13-dev:0.16
imagePullPolicy: Always
ports:
- containerPort: 2020
Expand Down

0 comments on commit 247a8f2

Please sign in to comment.