Skip to content

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

Discussion options

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

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