-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add factory and new-style config for Queued processor #46
Milestone
Comments
tigrannajaryan
pushed a commit
to tigrannajaryan/opentelemetry-collector
that referenced
this issue
Jun 24, 2019
This is part of remaining migration to new configuration format. Github issue: open-telemetry#46 Testing done: make
tigrannajaryan
pushed a commit
to tigrannajaryan/opentelemetry-collector
that referenced
this issue
Jun 25, 2019
This is part of remaining migration to new configuration format. Github issue: open-telemetry#46 Testing done: make
tigrannajaryan
pushed a commit
to tigrannajaryan/opentelemetry-collector
that referenced
this issue
Jun 25, 2019
This is part of remaining migration to new configuration format. Github issue: open-telemetry#46 Testing done: make
pjanotti
pushed a commit
that referenced
this issue
Jun 25, 2019
This is part of remaining migration to new configuration format. Github issue: #46 Testing done: make
This is done. |
MovieStoreGuy
pushed a commit
to atlassian-forks/opentelemetry-collector
that referenced
this issue
Nov 11, 2021
* add IsValid() for SpanContext * add unit test
hughesjj
pushed a commit
to hughesjj/opentelemetry-collector
that referenced
this issue
Apr 27, 2023
* README updates - Add supported products - Add supported platforms and available packaging - Add sizing based on data points - Add monitoring section - Other minor cleanup
Troels51
pushed a commit
to Troels51/opentelemetry-collector
that referenced
this issue
Jul 5, 2024
* Work on inline namespace * Add an inline version namespace * Reformat
swiatekm
pushed a commit
to swiatekm/opentelemetry-collector
that referenced
this issue
Oct 9, 2024
This commit adds the options to enable the PodMonitor for agent-collector mode and ServiceMonitor for standalone-collector mode by flipping the enabled value. Values set example: ``` podMonitor: enabled: true metricsEndpoints: - port: prometheus # additional labels for the PodMonitor extraLabels: release: kube-prometheus-stack ``` Generated PodMonitor manifest: ``` # Source: opentelemetry-collector/templates/podmonitor.yaml apiVersion: monitoring.coreos.com/v1 kind: PodMonitor metadata: name: RELEASE-NAME-opentelemetry-collector-agent labels: helm.sh/chart: opentelemetry-collector-0.5.4 app.kubernetes.io/name: opentelemetry-collector app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/version: "0.22.0" app.kubernetes.io/managed-by: Helm release: "kube-prometheus-stack" spec: selector: matchLabels: app.kubernetes.io/name: opentelemetry-collector app.kubernetes.io/instance: RELEASE-NAME component: agent-collector podMetricsEndpoints: - port: prometheus ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See addattributesprocessor for example.
The text was updated successfully, but these errors were encountered: