-
Notifications
You must be signed in to change notification settings - Fork 326
how to add storage.metrics field for /api/v1/storage #1374
Answered
by
wangtao208208
wangtao208208
asked this question in
Q&A
-
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
Beta Was this translation helpful? Give feedback.
All reactions
Answered by
wangtao208208
Oct 10, 2024
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
-
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?
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Answer selected by
wangtao208208
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment