-
Notifications
You must be signed in to change notification settings - Fork 183
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
Sumologic exporter and metric pipelines into OT Collector & agent #1647
Conversation
@perk-sumo maybe you will be able to help me to get a single environment variable related to the metrics endpoint url.
|
@mat-rumian Regarding hostname. I think we should use hostname from exporters (attribute Regarding metrics: |
@mat-rumian LGTM |
@sumo-drosiek @mat-rumian Do we want to merge this in? And include in 2.2? |
@pmalek-sumo yes, it is needed in case of customer call for metrics from OpenTelemetry instrumentation |
queue_size: 5000 | ||
source_category: | ||
source_host: '%{host.name}' | ||
source_name: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be empty?
enabled: false | ||
num_consumers: 10 | ||
queue_size: 5000 | ||
source_category: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be empty?
enabled: false | ||
num_consumers: 10 | ||
queue_size: 5000 | ||
source_category: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be empty?
queue_size: 5000 | ||
source_category: | ||
source_host: '%{host.name}' | ||
source_name: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be empty?
{{ include "kubernetes.sources.envs" (dict "Context" $ctx "Type" "traces") | nindent 8 }} | ||
{{- include "kubernetes.sources.env" (dict "Context" $ctx "Type" "metrics" "Name" "default" ) | nindent 8 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{{
and {{
, can we stick to one or the other?
Isn't that kind of duplication of replacement fluentd by otc? |
Hey, I think we'd like to go with |
Hm, now that I think of it I think this should be enabled in both tracing otelcol and the metadata one. |
Co-authored-by: Patryk Małek <pmalek@sumologic.com>
Co-authored-by: Patryk Małek <pmalek@sumologic.com>
Co-authored-by: Patryk Małek <pmalek@sumologic.com>
887cf6f
to
5db08eb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@pmm-sumo Can we add a meaningful description to this PR 🙏 ? And after that let's merge it |
Description
Addition of the Sumologic exporter to the Tracing OT Collector pipeline. This will add possibility to send received metrics on the OTC receiver (OTLP protocol) side to Sumo.
Testing performed