Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

how to add storage.metrics field for /api/v1/storage #1374

Discussion options

In fluent-bit doc, Monitoring enable /api/v1/storage:

Get internal metrics of the storage layer / buffered data. 
This option is enabled only if in the SERVICE section of the property storage.metrics is enabled.

how to add storage.metrics in the following doc?

apiVersion: fluentbit.fluent.io/v1alpha2
kind: ClusterFluentBitConfig
metadata:
 name: fluent-bit-config
 labels:
 app.kubernetes.io/name: fluent-bit
spec:
 service:
 parsersFile: parsers.conf
 httpListen: 0.0.0.0
 httpPort: 2020
 httpServer: true
 healthCheck: true

Any example or suggestions?

Thank you

You must be logged in to vote
apiVersion: fluentbit.fluent.io/v1alpha2
kind: ClusterFluentBitConfig
metadata:
 name: fluent-bit-config
 labels:
 app.kubernetes.io/name: fluent-bit
spec:
 service:
 parsersFile: parsers.conf
 httpListen: 0.0.0.0
 httpPort: 2020
 httpServer: true
 healthCheck: true
 parsersFile: parsers.conf 
 hcErrorsCount: 5
 hcRetryFailureCount: 5
 hcPeriod: 5
 storage:
 metrics: "on"
 inputSelector:

it took effect like this.

it take much time for me guess it. is there any doc for reference?

Replies: 1 comment

Comment options

apiVersion: fluentbit.fluent.io/v1alpha2
kind: ClusterFluentBitConfig
metadata:
 name: fluent-bit-config
 labels:
 app.kubernetes.io/name: fluent-bit
spec:
 service:
 parsersFile: parsers.conf
 httpListen: 0.0.0.0
 httpPort: 2020
 httpServer: true
 healthCheck: true
 parsersFile: parsers.conf 
 hcErrorsCount: 5
 hcRetryFailureCount: 5
 hcPeriod: 5
 storage:
 metrics: "on"
 inputSelector:

it took effect like this.

it take much time for me guess it. is there any doc for reference?

You must be logged in to vote
0 replies
Answer selected by wangtao208208
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant

AltStyle によって変換されたページ (->オリジナル) /