Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(K8s): Updated the Explore your Kubernetes data category. #18085

Closed
wants to merge 6 commits into from

Conversation

nbaenam
Copy link
Contributor

@nbaenam nbaenam commented Jul 19, 2024

@nbaenam nbaenam added content requests related to docs site content from_tw Identifies issues/PRs from Tech Docs writers labels Jul 19, 2024
@nbaenam nbaenam self-assigned this Jul 19, 2024
Copy link

Hi @nbaenam 👋

Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days.

We will automatically generate a preview of your request, and will comment with a link when the preview is ready (usually 10 to 20 minutes).

Copy link

netlify bot commented Jul 19, 2024

Deploy Preview for docs-website-netlify failed. Why did it fail? →

Name Link
🔨 Latest commit b7b1bbb
🔍 Latest deploy log https://app.netlify.com/sites/docs-website-netlify/deploys/66bb6804a3038e00081b21a7

@nbaenam nbaenam marked this pull request as ready for review July 22, 2024 11:22
Copy link
Contributor

@rhetoric101 rhetoric101 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nbaenam Thanks for making all of these changes! I added some comments. See what you think.

</CollapserGroup>


Go here for [uninstallation instructions](/docs/kubernetes-pixie/kubernetes-integration/installation/uninstall-kubernetes/).

## Troubleshoot your Kubernetes plugin for log forwarding installation [#troubleshoot-installation]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nbaenam this section seems to cover both the Kubernetes log forwarding plugin and the Fluent Bit approach. If that's the case, do you need to broaden this heading to include both?

Copy link
Contributor Author

@nbaenam nbaenam Jul 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've removed some of the content here and added a link to [this document ](Fluent Bit plugin for log forwarding) that explains everything related to Fluent Bit. Let me know if this solution works for you.


* **[`newrelic-fluent-bit-output`'s internal plugin metrics](https://github.com/newrelic/newrelic-fluent-bit-output?tab=readme-ov-file#troubleshooting-metrics)**: collected by the output plugin and sent to New Relic's metric API. These metrics only contain the `cluster_name` dimension, so they can be narrowed down to a particular cluster but not to a particular host or pod. They're useful to assess the overall latency when delivering the logs to the New Relic Logs API or to observe potential packaging problems.

We capture Fluent Bit's internal metrics by using its [`prometheus_scrape` input plugin](https://docs.fluentbit.io/manual/pipeline/inputs/prometheus-scrape-metrics) in conjunction with its [`prometheus_remote_write` output plugin](https://docs.fluentbit.io/manual/pipeline/outputs/prometheus-remote-write). All the Prometheus `counter` metrics are actually cumulative counters, but we automatically perform a delta conversion when they are ingested at New Relic to ease querying them using NRQL later. You can find more details [here](/docs/data-apis/understand-data/metric-data/cumulative-metrics/).

## View log data [#find-data]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nbaenam maybe this should precede the troubleshooting section?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this paragraph must be here because it refers to Fluent Bit's internal metrics. I've moved inside newrelic-fluent-bit-output's internal plugin metrics

@nbaenam nbaenam closed this Aug 13, 2024
@nbaenam nbaenam reopened this Aug 13, 2024
@nbaenam
Copy link
Contributor Author

nbaenam commented Aug 16, 2024

Replace with this one: 18374

@nbaenam nbaenam closed this Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content requests related to docs site content from_tw Identifies issues/PRs from Tech Docs writers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants