Skip to content

Commit c37022a

Browse files
committed
f
1 parent 95fbf3b commit c37022a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkg-new/replicatedapi/reporting.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ type ReportingInfo struct {
1616
EmbeddedClusterNodes *string `header:"X-Replicated-EmbeddedClusterNodes"`
1717
ReplHelmInstalls *string `header:"X-Replicated-ReplHelmInstalls"`
1818
NativeHelmInstalls *string `header:"X-Replicated-NativeHelmInstalls"`
19-
DownstreamChannelSequence *string `header:"X-Replicated-DownstreamChannelSequence"`
2019
AppStatus *string `header:"X-Replicated-AppStatus"`
2120
InstallStatus *string `header:"X-Replicated-InstallStatus"`
2221
PreflightStatus *string `header:"X-Replicated-PreflightStatus"`
22+
DownstreamChannelSequence *string `header:"X-Replicated-DownstreamChannelSequence"`
2323
DownstreamSequence *string `header:"X-Replicated-DownstreamSequence"`
2424
DownstreamSource *string `header:"X-Replicated-DownstreamSource"`
2525
SkipPreflights *string `header:"X-Replicated-SkipPreflights"`
@@ -57,8 +57,9 @@ func (c *client) getReportingInfoHeaders(reportingInfo *ReportingInfo) map[strin
5757
headers["X-Replicated-K8sDistribution"] = DistributionEmbeddedCluster
5858
headers["X-Replicated-EmbeddedClusterVersion"] = versions.Version
5959

60-
headers["X-Replicated-ClusterID"] = c.clusterID // TODO: what is this?
61-
headers["X-Replicated-InstanceID"] = c.clusterID // TODO: what is this?
60+
// TODO
61+
// headers["X-Replicated-ClusterID"] = "TODO"
62+
// headers["X-Replicated-InstanceID"] = "TODO"
6263
headers["X-Replicated-EmbeddedClusterID"] = c.clusterID
6364

6465
// Add static headers

0 commit comments

Comments
 (0)