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

Add factory and new-style config for Queued processor #46

Closed
tigrannajaryan opened this issue Jun 24, 2019 · 1 comment
Closed

Add factory and new-style config for Queued processor #46

tigrannajaryan opened this issue Jun 24, 2019 · 1 comment
Assignees
Milestone

Comments

@tigrannajaryan
Copy link
Member

See addattributesprocessor for example.

@tigrannajaryan tigrannajaryan self-assigned this Jun 24, 2019
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
@tigrannajaryan
Copy link
Member Author

This is done.

@flands flands added this to the 0.1.0 milestone Jun 28, 2019
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants